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