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