3 references to BindAsyncDirectlyAndFromInterface
Microsoft.AspNetCore.Http.Extensions.Tests (3)
ParameterBindingMethodCacheTests.cs (3)
320
GetFirstParameter((
BindAsyncDirectlyAndFromInterface
arg) => BindAsyncDirectlyAndFromInterfaceMethod(arg))
742
private static void BindAsyncDirectlyAndFromInterfaceMethod(
BindAsyncDirectlyAndFromInterface
arg) { }
1243
private class BindAsyncDirectlyAndFromInterface : IBindAsync<
BindAsyncDirectlyAndFromInterface
>