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