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