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);
1083
TerminalNodeStatus nodeStatus =
new
(projectFile, project.TargetFramework, project.RuntimeIdentifier, GetDisplayTargetName(targetName), project.Stopwatch);
1188
TerminalNodeStatus nodeStatus =
new
(projectFile, project.TargetFramework, project.RuntimeIdentifier, GetDisplayTargetName(targetName), project.Stopwatch);
Logging\TerminalLogger\TerminalNodeStatus.cs (1)
58
:
this
(project, targetFramework, runtimeIdentifier, target, stopwatch)