1 write to DiagnosticSource
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
106
DiagnosticSource
= diagnosticSource,
2 references to DiagnosticSource
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
1422
if (ServiceContext.
DiagnosticSource
?.IsEnabled(badRequestEventName) == true)
1424
WriteDiagnosticEvent(ServiceContext.
DiagnosticSource
, badRequestEventName, this);