4 references to InheritBindAsync
Microsoft.AspNetCore.Http.Microbenchmarks (4)
src\Http\Http.Extensions\test\RequestDelegateGenerator\SharedTypes.cs (4)
387if (typeof(T) != typeof(InheritBindAsync)) 401public class InheritBindAsync : BaseBindAsync<InheritBindAsync>, IHaveUri 407public class InheritBindAsyncWrongType : BaseBindAsync<InheritBindAsync> 843InheritBindAsync Value,