2 writes to Command
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
2741commandArgs.Command = bSessionEnable ? EventCommand.Enable : EventCommand.Disable; 4125this.Command = command;
43 references to Command
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.CodeAnalysis.Workspaces (2)
Log\RoslynEventSource.cs (2)
70if (command.Command == EventCommand.SendManifest || 71command.Command != EventCommand.Disable ||
Microsoft.Extensions.Caching.Hybrid (1)
Internal\HybridCacheEventSource.cs (1)
204if (command.Command == EventCommand.Enable)
Microsoft.Extensions.DependencyInjection (1)
DependencyInjectionEventSource.cs (1)
301if (command.Command == EventCommand.Enable)
Microsoft.Extensions.Logging.EventSource (2)
LoggingEventSource.cs (2)
361if (command.Command is EventCommand.Update or EventCommand.Enable) 370else if (command.Command == EventCommand.Disable)
System.Diagnostics.DiagnosticSource (19)
System\Diagnostics\DiagnosticSourceEventSource.cs (5)
371if (command.Command == EventCommand.Enable) 385if ((command.Command == EventCommand.Update || command.Command == EventCommand.Enable) && 401else if (command.Command == EventCommand.Update || command.Command == EventCommand.Disable)
System\Diagnostics\Metrics\MetricsEventSource.cs (14)
317if (command.Command == EventCommand.Enable) 376if ((command.Command == EventCommand.Update 377|| command.Command == EventCommand.Disable 378|| command.Command == EventCommand.Enable) 381if (command.Command == EventCommand.Update 382|| command.Command == EventCommand.Enable) 389if (ShouldDisable(command.Command)) 410if (command.Command != EventCommand.Disable) 445if (command.Command == EventCommand.Enable || command.Command == EventCommand.Update) 457else if (ShouldDisable(command.Command)) 469if ((command.Command == EventCommand.Update || command.Command == EventCommand.Enable) && command.Arguments != null) 686if (command.Command != EventCommand.Disable)
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 (11)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (4)
48Debug.Assert(e.Command == EventCommand.Enable || e.Command == EventCommand.Disable); 52if (e.Command == EventCommand.Enable) 76Debug.Assert(e.Command == EventCommand.Disable);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (6)
2700if (commandArgs.Command == EventCommand.Update) 2807if (commandArgs.Command == EventCommand.SendManifest) 4103if (Command != EventCommand.Enable && Command != EventCommand.Disable) 4115if (Command != EventCommand.Enable && Command != EventCommand.Disable)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (1)
72if (command.Command == EventCommand.Enable)