12 references to Disable
Microsoft.CodeAnalysis.Workspaces (1)
Log\RoslynEventSource.cs (1)
71
command.Command != EventCommand.
Disable
||
Microsoft.Extensions.Logging.EventSource (1)
LoggingEventSource.cs (1)
367
else if (command.Command == EventCommand.
Disable
)
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\DiagnosticSourceEventSource.cs (1)
397
else if (command.Command == EventCommand.Update || command.Command == EventCommand.
Disable
)
System\Diagnostics\Metrics\MetricsEventSource.cs (4)
358
|| command.Command == EventCommand.
Disable
391
if (command.Command != EventCommand.
Disable
)
498
return command == EventCommand.
Disable
645
if (command.Command != EventCommand.
Disable
)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (2)
48
Debug.Assert(e.Command == EventCommand.Enable || e.Command == EventCommand.
Disable
);
76
Debug.Assert(e.Command == EventCommand.
Disable
);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
2720
commandArgs.Command = bSessionEnable ? EventCommand.Enable : EventCommand.
Disable
;
4719
if (Command != EventCommand.Enable && Command != EventCommand.
Disable
)
4731
if (Command != EventCommand.Enable && Command != EventCommand.
Disable
)