1 write to AppendPrefix
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (1)
225_ = bool.TryParse(prefix, out AppendPrefix);
4 references to AppendPrefix
vstest.console.arm64 (4)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (4)
460Output.Information(AppendPrefix, e.Message); 478Output.Warning(AppendPrefix, e.Message); 492Output.Error(AppendPrefix, e.Message); 912Output.Warning(AppendPrefix, warningMessage);