2 references to ProfilerCommandId
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsClient\DiagnosticsClient.cs (2)
715
return new IpcMessage(DiagnosticsServerCommandSet.Profiler, (byte)
ProfilerCommandId
.AttachProfiler, serializedConfiguration);
767
return new IpcMessage(DiagnosticsServerCommandSet.Profiler, (byte)
ProfilerCommandId
.StartupProfiler, serializedConfiguration);