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(); 627Func<StopwatchAbstraction>? createStopwatch = _terminallogger.CreateStopwatch; 631_terminallogger.CreateStopwatch = () => 647_terminallogger.DisplayNodes(); 654_terminallogger.CreateStopwatch = createStopwatch; 672_terminallogger.DisplayNodes(); 683_terminallogger.DisplayNodes();