1 implementation of ProcessName
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleProcessManager.cs (1)
67
public string?
ProcessName
{ get; set; }
1 reference to ProcessName
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
1222
var childProcessName = _vstestConsoleProcessManager.
ProcessName
;