1 write to _vstestConsolePath
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleProcessManager.cs (1)
93
_vstestConsolePath
= vstestConsolePath;
2 references to _vstestConsolePath
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleProcessManager.cs (2)
280
args.Insert(0, GetEscapeSequencedPath(
_vstestConsolePath
));
291
: GetEscapeSequencedPath(
_vstestConsolePath
);