24 references to Enable
Microsoft.AspNetCore.ConcurrencyLimiter (1)
ConcurrencyLimiterEventSource.cs (1)
89if (command.Command == EventCommand.Enable)
Microsoft.AspNetCore.Hosting (1)
Internal\HostingEventSource.cs (1)
89if (command.Command == EventCommand.Enable)
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionsEventSource.cs (1)
83if (command.Command == EventCommand.Enable)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelEventSource.cs (1)
303if (command.Command == EventCommand.Enable)
Microsoft.Extensions.Caching.Hybrid (1)
Internal\HybridCacheEventSource.cs (1)
204if (command.Command == EventCommand.Enable)
Microsoft.Extensions.DependencyInjection (1)
DependencyInjectionEventSource.cs (1)
280if (command.Command == EventCommand.Enable)
Microsoft.Extensions.Logging.EventSource (1)
LoggingEventSource.cs (1)
358if (command.Command is EventCommand.Update or EventCommand.Enable)
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\DiagnosticSourceEventSource.cs (2)
367if (command.Command == EventCommand.Enable) 381if ((command.Command == EventCommand.Update || command.Command == EventCommand.Enable) &&
System\Diagnostics\Metrics\MetricsEventSource.cs (5)
298if (command.Command == EventCommand.Enable) 359|| command.Command == EventCommand.Enable) 363|| command.Command == EventCommand.Enable) 421if (command.Command == EventCommand.Enable || command.Command == EventCommand.Update) 445if ((command.Command == EventCommand.Update || command.Command == EventCommand.Enable) && command.Arguments != null)
System.Net.Http (1)
System\Net\Http\HttpTelemetry.AnyOS.cs (1)
45if (command.Command == EventCommand.Enable)
System.Net.NameResolution (1)
System\Net\NameResolutionTelemetry.cs (1)
30if (command.Command == EventCommand.Enable)
System.Net.Security (1)
System\Net\Security\NetSecurityTelemetry.cs (1)
51if (command.Command == EventCommand.Enable)
System.Net.Sockets (1)
System\Net\Sockets\SocketsTelemetry.cs (1)
262if (command.Command == EventCommand.Enable)
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (2)
48Debug.Assert(e.Command == EventCommand.Enable || e.Command == EventCommand.Disable); 52if (e.Command == EventCommand.Enable)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
2720commandArgs.Command = bSessionEnable ? EventCommand.Enable : EventCommand.Disable; 4719if (Command != EventCommand.Enable && Command != EventCommand.Disable) 4731if (Command != EventCommand.Enable && Command != EventCommand.Disable)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (1)
80if (command.Command == EventCommand.Enable)