4 references to TerminalNodeStatus
Microsoft.Build (4)
Logging\TerminalLogger\TerminalLogger.cs (3)
770_nodes[nodeIndex] = new TerminalNodeStatus(e.ProjectFile!, targetFramework, runtimeIdentifier, "Restore", _projects[c].Stopwatch); 1083TerminalNodeStatus nodeStatus = new(projectFile, project.TargetFramework, project.RuntimeIdentifier, GetDisplayTargetName(targetName), project.Stopwatch); 1188TerminalNodeStatus nodeStatus = new(projectFile, project.TargetFramework, project.RuntimeIdentifier, GetDisplayTargetName(targetName), project.Stopwatch);
Logging\TerminalLogger\TerminalNodeStatus.cs (1)
58: this(project, targetFramework, runtimeIdentifier, target, stopwatch)