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