5 references to EventPipeCommandId
Microsoft.Diagnostics.NETCore.Client (5)
DiagnosticsClient\EventPipeSession.cs (5)
98
EventPipeCommandId
command;
103
command =
EventPipeCommandId
.CollectTracing4;
109
command =
EventPipeCommandId
.CollectTracing3;
114
command =
EventPipeCommandId
.CollectTracing2;
160
stopMessage = new IpcMessage(DiagnosticsServerCommandSet.EventPipe, (byte)
EventPipeCommandId
.StopTracing, payload);