25 references to GetFirstParameter
Microsoft.AspNetCore.Http.Extensions.Tests (25)
ParameterBindingMethodCacheTests.cs (25)
146
GetFirstParameter
((TryParseStringRecord arg) => TryParseStringRecordMethod(arg)),
150
GetFirstParameter
((TryParseStringStruct arg) => TryParseStringStructMethod(arg)),
154
GetFirstParameter
((TryParseStringStruct? arg) => TryParseStringNullableStructMethod(arg)),
288
GetFirstParameter
((BindAsyncRecord arg) => BindAsyncRecordMethod(arg)),
292
GetFirstParameter
((BindAsyncStruct arg) => BindAsyncStructMethod(arg)),
296
GetFirstParameter
((BindAsyncSingleArgRecord arg) => BindAsyncSingleArgRecordMethod(arg)),
300
GetFirstParameter
((BindAsyncSingleArgStruct arg) => BindAsyncSingleArgStructMethod(arg)),
304
GetFirstParameter
((InheritBindAsync arg) => InheritBindAsyncMethod(arg))
308
GetFirstParameter
((InheritBindAsyncWithParameterInfo arg) => InheritBindAsyncWithParameterInfoMethod(arg))
312
GetFirstParameter
((BindAsyncFromInterface arg) => BindAsyncFromInterfaceMethod(arg))
316
GetFirstParameter
((BindAsyncFromGrandparentInterface arg) => BindAsyncFromGrandparentInterfaceMethod(arg))
320
GetFirstParameter
((BindAsyncDirectlyAndFromInterface arg) => BindAsyncDirectlyAndFromInterfaceMethod(arg))
324
GetFirstParameter
((BindAsyncFromClassAndInterface arg) => BindAsyncFromClassAndInterfaceMethod(arg))
328
GetFirstParameter
((BindAsyncFromInterfaceWithParameterInfo arg) => BindAsyncFromInterfaceWithParameterInfoMethod(arg))
332
GetFirstParameter
((BindAsyncFromStaticAbstractInterfaceAndBindAsync arg) => BindAsyncFromImplicitStaticAbstractInterfaceMethodInsteadOfReflectionMatchedMethod(arg))
348
var parameterInfo =
GetFirstParameter
((NullableReturningBindAsyncStruct arg) => NullableReturningBindAsyncStructMethod(arg));
355
var parameterInfo =
GetFirstParameter
((BindAsyncFromImplicitStaticAbstractInterface arg) => BindAsyncFromImplicitStaticAbstractInterfaceMethod(arg));
362
var parameterInfo =
GetFirstParameter
((BindAsyncFromExplicitStaticAbstractInterface arg) => BindAsyncFromExplicitStaticAbstractInterfaceMethod(arg));
369
var parameterInfo =
GetFirstParameter
((BindAsyncFromStaticAbstractInterfaceAndBindAsync arg) => BindAsyncFromImplicitStaticAbstractInterfaceMethodInsteadOfReflectionMatchedMethod(arg));
376
var parameterInfo =
GetFirstParameter
((BindAsyncStruct? arg) => BindAsyncNullableStructMethod(arg));
383
var parameterInfo =
GetFirstParameter
((BindAsyncFromImplicitStaticAbstractInterface arg) => BindAsyncFromImplicitStaticAbstractInterfaceMethod(arg));
401
var parameterInfo =
GetFirstParameter
((BindAsyncFromExplicitStaticAbstractInterface arg) => BindAsyncFromExplicitStaticAbstractInterfaceMethod(arg));
419
var parameterInfo =
GetFirstParameter
((BindAsyncFallsBack? arg) => BindAsyncFallbackMethod(arg));
435
var parameterInfo =
GetFirstParameter
((BindAsyncBadMethod? arg) => BindAsyncBadMethodMethod(arg));
451
var parameterInfo =
GetFirstParameter
((BindAsyncFromStaticAbstractInterfaceAndBindAsync arg) => BindAsyncFromImplicitStaticAbstractInterfaceMethodInsteadOfReflectionMatchedMethod(arg));