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)
113
if (
_diagnosticListener
.IsEnabled() &&
_diagnosticListener
.IsEnabled(DiagnosticsEndpointMatchedKey))
115
Write(
_diagnosticListener
, httpContext);