2 writes to Output
vstest.console (2)
Internal\MSBuildLogger.cs (2)
52Output = output; 60Output ??= ConsoleOutput.Instance;
5 references to Output
vstest.console (5)
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."); 242TPDebug.Assert(Output != null, "Initialize should have been called"); 246Output.Information(appendPrefix: false, message);