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