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