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