Implemented interface member:
property
ProcessName
Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IProcessManager.ProcessName
2 writes to ProcessName
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleProcessManager.cs (2)
128
ProcessName
= null;
169
ProcessName
= _process.ProcessName;
4 references to ProcessName
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleProcessManager.cs (4)
199
EqtTrace.Info($"VsTestConsoleProcessManager.ShutDownProcess : Will terminate vstest.console process: {ProcessId}-{
ProcessName
}, waiting {Endsessiontimeout} milliseconds for it to exit.");
202
EqtTrace.Info($"VsTestConsoleProcessManager.ShutDownProcess : Terminating vstest.console process: {ProcessId}-{
ProcessName
} after waiting for {Endsessiontimeout} milliseconds.");
212
EqtTrace.Info($"VsTestConsoleProcessManager.ShutDownProcess : Terminated vstest.console process: {ProcessId}-{
ProcessName
}.");
216
EqtTrace.Verbose($"VsTestConsoleProcessManager.ShutDownProcess : Process: {ProcessId}-{
ProcessName
} already exited, doing nothing.");