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