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