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