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