1 write to AppendPrefix
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (1)
215_ = bool.TryParse(prefix, out AppendPrefix);
4 references to AppendPrefix
vstest.console.arm64 (4)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (4)
449Output.Information(AppendPrefix, e.Message); 467Output.Warning(AppendPrefix, e.Message); 481Output.Error(AppendPrefix, e.Message); 901Output.Warning(AppendPrefix, warningMessage);