12 references to HasBindAsyncMethod
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
867
else if (ParameterBindingMethodCache.Instance.
HasBindAsyncMethod
(parameter))
Microsoft.AspNetCore.Http.Extensions.Tests (11)
ParameterBindingMethodCacheTests.cs (11)
342
Assert.True(new ParameterBindingMethodCache().
HasBindAsyncMethod
(parameterInfo));
349
Assert.True(new ParameterBindingMethodCache().
HasBindAsyncMethod
(parameterInfo));
356
Assert.True(new ParameterBindingMethodCache().
HasBindAsyncMethod
(parameterInfo));
363
Assert.True(new ParameterBindingMethodCache().
HasBindAsyncMethod
(parameterInfo));
370
Assert.True(new ParameterBindingMethodCache().
HasBindAsyncMethod
(parameterInfo));
377
Assert.True(new ParameterBindingMethodCache().
HasBindAsyncMethod
(parameterInfo));
385
Assert.True(cache.
HasBindAsyncMethod
(parameterInfo));
403
Assert.True(cache.
HasBindAsyncMethod
(parameterInfo));
421
Assert.True(cache.
HasBindAsyncMethod
(parameterInfo));
437
Assert.True(cache.
HasBindAsyncMethod
(parameterInfo));
453
Assert.True(cache.
HasBindAsyncMethod
(parameterInfo));