12 references to Disable
Microsoft.CodeAnalysis.Workspaces (1)
Log\RoslynEventSource.cs (1)
71command.Command != EventCommand.Disable ||
Microsoft.Extensions.Logging.EventSource (1)
LoggingEventSource.cs (1)
367else if (command.Command == EventCommand.Disable)
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\DiagnosticSourceEventSource.cs (1)
397else if (command.Command == EventCommand.Update || command.Command == EventCommand.Disable)
System\Diagnostics\Metrics\MetricsEventSource.cs (4)
358|| command.Command == EventCommand.Disable 391if (command.Command != EventCommand.Disable) 498return command == EventCommand.Disable 645if (command.Command != EventCommand.Disable)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (2)
48Debug.Assert(e.Command == EventCommand.Enable || e.Command == EventCommand.Disable); 76Debug.Assert(e.Command == EventCommand.Disable);
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)