2 references to GetProcessInfo
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsClient\DiagnosticsClient.cs (1)
725
return new IpcMessage(DiagnosticsServerCommandSet.Process, (byte)ProcessCommandId.
GetProcessInfo
);
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
1410
IpcMessage message = new(DiagnosticsServerCommandSet.Process, (byte)ProcessCommandId.
GetProcessInfo
);