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