2 writes to Command
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
2719commandArgs.Command = bSessionEnable ? EventCommand.Enable : EventCommand.Disable; 4721this.Command = command;
43 references to Command
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.CodeAnalysis.Workspaces (2)
Log\RoslynEventSource.cs (2)
70if (command.Command == EventCommand.SendManifest || 71command.Command != EventCommand.Disable ||
Microsoft.Extensions.DependencyInjection (1)
DependencyInjectionEventSource.cs (1)
298if (command.Command == EventCommand.Enable)
Microsoft.Extensions.Logging.EventSource (2)
LoggingEventSource.cs (2)
358if (command.Command is EventCommand.Update or EventCommand.Enable) 367else if (command.Command == EventCommand.Disable)
System.Diagnostics.DiagnosticSource (19)
System\Diagnostics\DiagnosticSourceEventSource.cs (5)
367if (command.Command == EventCommand.Enable) 381if ((command.Command == EventCommand.Update || command.Command == EventCommand.Enable) && 397else if (command.Command == EventCommand.Update || command.Command == EventCommand.Disable)
System\Diagnostics\Metrics\MetricsEventSource.cs (14)
319if (command.Command == EventCommand.Enable) 378if ((command.Command == EventCommand.Update 379|| command.Command == EventCommand.Disable 380|| command.Command == EventCommand.Enable) 383if (command.Command == EventCommand.Update 384|| command.Command == EventCommand.Enable) 391if (ShouldDisable(command.Command)) 412if (command.Command != EventCommand.Disable) 447if (command.Command == EventCommand.Enable || command.Command == EventCommand.Update) 459else if (ShouldDisable(command.Command)) 471if ((command.Command == EventCommand.Update || command.Command == EventCommand.Enable) && command.Arguments != null) 688if (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)
2678if (commandArgs.Command == EventCommand.Update) 2785if (commandArgs.Command == EventCommand.SendManifest) 4699if (Command != EventCommand.Enable && Command != EventCommand.Disable) 4711if (Command != EventCommand.Enable && Command != EventCommand.Disable)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (1)
80if (command.Command == EventCommand.Enable)