4 references to SendManifest
Microsoft.CodeAnalysis.Workspaces (1)
Log\RoslynEventSource.cs (1)
70if (command.Command == EventCommand.SendManifest ||
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
494if ((int)command <= (int)EventCommand.Update && (int)command != (int)EventCommand.SendManifest) 2807if (commandArgs.Command == EventCommand.SendManifest)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfilerEventSource.cs (1)
107if (command.Command == (EventCommand)FlushCommand || command.Command == EventCommand.SendManifest)