2 writes to Output
vstest.console.arm64 (2)
parent\vstest.console\Internal\MSBuildLogger.cs (2)
52Output = output; 60Output ??= ConsoleOutput.Instance;
5 references to Output
vstest.console.arm64 (5)
parent\vstest.console\Internal\MSBuildLogger.cs (5)
55[MemberNotNull(nameof(Output))] 99TPDebug.Assert(Output != null, "Initialize should have been called"); 152TPDebug.Assert(Output != null, "Initialize should have been called."); 243TPDebug.Assert(Output != null, "Initialize should have been called"); 247Output.Information(appendPrefix: false, message);