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