5 references to BindAsyncFromInterface
Microsoft.AspNetCore.Http.Extensions.Tests (5)
ParameterBindingMethodCacheTests.cs (5)
312GetFirstParameter((BindAsyncFromInterface arg) => BindAsyncFromInterfaceMethod(arg)) 740private static void BindAsyncFromInterfaceMethod(BindAsyncFromInterface arg) { } 1235private class BindAsyncFromInterface : IBindAsync<BindAsyncFromInterface> 1245static ValueTask<BindAsyncFromInterface?> BindAsync(HttpContext context) 1264private class BindAsyncWrongTypeFromInterface : IBindAsync<BindAsyncFromInterface>