5 references to BindAsyncSource
Microsoft.AspNetCore.Http.Extensions.Tests (5)
ParameterBindingMethodCacheTests.cs (5)
464Assert.Equal(BindAsyncSource.InterfaceStaticAbstractImplicit, ((BindAsyncFromStaticAbstractInterfaceAndBindAsync)result).BoundFrom); 1483public BindAsyncFromStaticAbstractInterfaceAndBindAsync(BindAsyncSource boundFrom) 1488public BindAsyncSource BoundFrom { get; } 1493return ValueTask.FromResult<BindAsyncFromStaticAbstractInterfaceAndBindAsync?>(new(BindAsyncSource.InterfaceStaticAbstractImplicit)); 1499return ValueTask.FromResult<BindAsyncFromStaticAbstractInterfaceAndBindAsync?>(new(BindAsyncSource.Reflection));