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