5 references to InheritBindAsync
Microsoft.AspNetCore.Http.Extensions.Tests (5)
ParameterBindingMethodCacheTests.cs (5)
304
GetFirstParameter((
InheritBindAsync
arg) => InheritBindAsyncMethod(arg))
738
private static void InheritBindAsyncMethod(
InheritBindAsync
arg) { }
1189
private class InheritBindAsync : BaseBindAsync<
InheritBindAsync
>
1194
private class BindAsyncWrongTypeInherit : BaseBindAsync<
InheritBindAsync
>
1211
private class BindAsyncWithParameterInfoWrongTypeInherit : BaseBindAsyncWithParameterInfo<
InheritBindAsync
>