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