3 references to _vstestConsoleError
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (3)
VsTestConsoleProcessManager.cs (3)
73
public string? ErrorOutput =>
_vstestConsoleError
.ToString();
131
_vstestConsoleError
.Clear();
251
_vstestConsoleError
.AppendLine(e.Data);