1 implementation of ProcessId
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleProcessManager.cs (1)
70
public int?
ProcessId
{ get; set; }
2 references to ProcessId
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleWrapper.cs (2)
654
EqtTrace.Info($"VsTestConsoleWrapper.EndSession: Ending VsTestConsoleWrapper session - process id:{_vstestConsoleProcessManager.
ProcessId
}");
1223
var childProcessId = _vstestConsoleProcessManager.
ProcessId
;