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