File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1030,6 +1030,11 @@ public NullableCompatibilitySwitch(string name) { }
1030
1030
public string Name { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
1031
1031
public TValue ? Value { get { throw null ; } set { } }
1032
1032
}
1033
+ internal static partial class ParameterDefaultValues
1034
+ {
1035
+ public static object [ ] GetParameterDefaultValues ( System . Reflection . MethodInfo methodInfo ) { throw null ; }
1036
+ public static bool TryGetDeclaredParameterDefaultValue ( System . Reflection . ParameterInfo parameterInfo , out object defaultValue ) { throw null ; }
1037
+ }
1033
1038
internal partial class ProblemDetailsClientErrorFactory : Microsoft . AspNetCore . Mvc . Infrastructure . IClientErrorFactory
1034
1039
{
1035
1040
public ProblemDetailsClientErrorFactory ( Microsoft . AspNetCore . Mvc . Infrastructure . ProblemDetailsFactory problemDetailsFactory ) { }
You can’t perform that action at this time.
0 commit comments