1 instantiation of BindAsyncFromExplicitStaticAbstractInterface
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\SharedTypes.cs (1)
455
return new(result:
new
() { Uri = uri });
4 references to BindAsyncFromExplicitStaticAbstractInterface
Microsoft.AspNetCore.Http.Extensions.Tests (4)
RequestDelegateGenerator\SharedTypes.cs (4)
435
public class BindAsyncFromExplicitStaticAbstractInterface : IBindableFromHttpContext<
BindAsyncFromExplicitStaticAbstractInterface
>
439
static ValueTask<
BindAsyncFromExplicitStaticAbstractInterface
?> IBindableFromHttpContext<
BindAsyncFromExplicitStaticAbstractInterface
>.BindAsync(HttpContext context, ParameterInfo parameter)
441
if (parameter.ParameterType != typeof(
BindAsyncFromExplicitStaticAbstractInterface
))