2 writes to Handler
Microsoft.AspNetCore.Http.Extensions (2)
RequestDelegateFactory.cs (2)
271cachedFactoryContext.Handler = handler; 282Handler = handler,
1 reference to Handler
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
372if (filterPipeline is null && factoryContext.Handler is RequestDelegate)