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