6 references to InheritBindAsync
Microsoft.AspNetCore.Http.Extensions.Tests (6)
RequestDelegateGenerator\RequestDelegateCreationTests.AsParameters.cs (2)
344var value = Assert.IsType<InheritBindAsync>(httpContext.Items["value"]);
RequestDelegateGenerator\SharedTypes.cs (4)
387if (typeof(T) != typeof(InheritBindAsync)) 401public class InheritBindAsync : BaseBindAsync<InheritBindAsync>, IHaveUri 407public class InheritBindAsyncWrongType : BaseBindAsync<InheritBindAsync> 843InheritBindAsync Value,