3 references to SendManifest
Microsoft.CodeAnalysis.Workspaces (1)
Log\RoslynEventSource.cs (1)
70
if (command.Command == EventCommand.
SendManifest
||
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
506
if ((int)command <= (int)EventCommand.Update && (int)command != (int)EventCommand.
SendManifest
)
2785
if (commandArgs.Command == EventCommand.
SendManifest
)