1 write to _terminallogger
Microsoft.Build.CommandLine.UnitTests (1)
TerminalLogger_Tests.cs (1)
61
_terminallogger
= new TerminalLogger(_mockTerminal);
26 references to _terminallogger
Microsoft.Build.CommandLine.UnitTests (26)
TerminalLogger_Tests.cs (26)
63
_terminallogger
.Initialize(this, _nodeCount);
65
_terminallogger
.CreateStopwatch = () => new MockStopwatch();
111
_terminallogger
.Shutdown();
507
_terminallogger
.Verbosity = LoggerVerbosity.Quiet;
517
_terminallogger
.Verbosity = LoggerVerbosity.Minimal;
526
_terminallogger
.Verbosity = LoggerVerbosity.Normal;
535
_terminallogger
.Verbosity = LoggerVerbosity.Detailed;
545
_terminallogger
.Verbosity = LoggerVerbosity.Diagnostic;
554
_terminallogger
.Verbosity = LoggerVerbosity.Normal;
563
_terminallogger
.Verbosity = LoggerVerbosity.Quiet;
572
_terminallogger
.Verbosity = LoggerVerbosity.Minimal;
573
_terminallogger
.Parameters = "v=diag";
574
_terminallogger
.ParseParameters();
584
_terminallogger
.Verbosity = LoggerVerbosity.Detailed;
585
_terminallogger
.Parameters = "SHOWCOMMANDLINE=on";
586
_terminallogger
.ParseParameters();
599
_terminallogger
.Verbosity = LoggerVerbosity.Detailed;
600
_terminallogger
.Parameters = "SHOWCOMMANDLINE=off";
601
_terminallogger
.ParseParameters();
616
_terminallogger
.DisplayNodes();
627
Func<StopwatchAbstraction>? createStopwatch =
_terminallogger
.CreateStopwatch;
631
_terminallogger
.CreateStopwatch = () =>
647
_terminallogger
.DisplayNodes();
654
_terminallogger
.CreateStopwatch = createStopwatch;
672
_terminallogger
.DisplayNodes();
683
_terminallogger
.DisplayNodes();