1 write to _diagnosticListener
Microsoft.AspNetCore.Routing (1)
EndpointRoutingMiddleware.cs (1)
48_diagnosticListener = diagnosticListener ?? throw new ArgumentNullException(nameof(diagnosticListener));
3 references to _diagnosticListener
Microsoft.AspNetCore.Routing (3)
EndpointRoutingMiddleware.cs (3)
156if (_diagnosticListener.IsEnabled() && _diagnosticListener.IsEnabled(DiagnosticsEndpointMatchedKey)) 158Write(_diagnosticListener, httpContext);