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