3 references to NodeStatus
Microsoft.Build.CommandLine.UnitTests (1)
NodeStatus_Transition_Tests.cs (1)
93
NodeStatus node =
new
("Namespace.Project", "TargetFramework", TerminalColor.Green, "passed", "MyTestName1", new TickingStopwatch());
MSBuild (2)
TerminalLogger\TerminalLogger.cs (2)
852
var status = new
NodeStatus
(node.Project, node.TargetFramework, TerminalColor.Green, indicator, displayName, project.Stopwatch);
862
var status = new
NodeStatus
(node.Project, node.TargetFramework, TerminalColor.Yellow, indicator, displayName, project.Stopwatch);