3 references to BindAsyncBadMethod
Microsoft.AspNetCore.Http.Extensions.Tests (3)
ParameterBindingMethodCacheTests.cs (3)
435
var parameterInfo = GetFirstParameter((
BindAsyncBadMethod
? arg) => BindAsyncBadMethodMethod(arg));
746
private static void BindAsyncBadMethodMethod(
BindAsyncBadMethod
? arg) { }
1291
private class BindAsyncBadMethod : IBindAsyncWithParameterInfo<
BindAsyncBadMethod
>