1 override of IsEnabled
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DiagnosticListener.cs (1)
228public override bool IsEnabled(string name)
4 references to IsEnabled
Microsoft.AspNetCore.Diagnostics (1)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (1)
169if (_diagnosticSource.IsEnabled(eventName))
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
1439if (ServiceContext.DiagnosticSource?.IsEnabled(badRequestEventName) == true)
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DiagnosticSource.cs (2)
68/// <seealso cref="IsEnabled(string)"/> 71return IsEnabled(name);