2 references to EventPipe
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsClient\EventPipeSession.cs (2)
118
return new IpcMessage(DiagnosticsServerCommandSet.
EventPipe
, (byte)command, payload);
160
stopMessage = new IpcMessage(DiagnosticsServerCommandSet.
EventPipe
, (byte)EventPipeCommandId.StopTracing, payload);