Logging\TerminalLogger\TerminalLogger.cs (11)
510_projects.Clear();
529foreach (TerminalProjectInfo project in _projects.Values.Where(p => p.HasErrorsOrWarnings))
573_projects[c] = new(e.ProjectFile!, targetFramework, CreateStopwatch?.Invoke());
580_nodes[nodeIndex] = new TerminalNodeStatus(e.ProjectFile!, null, "Restore", _projects[c].Stopwatch);
610if (_projects.TryGetValue(c, out TerminalProjectInfo? project))
764if (_restoreContext is null && buildEventContext is not null && _projects.TryGetValue(new ProjectContext(buildEventContext), out TerminalProjectInfo? project))
815&& _projects.TryGetValue(new ProjectContext(buildEventContext), out TerminalProjectInfo? project))
839if (_projects.TryGetValue(new ProjectContext(buildEventContext), out TerminalProjectInfo? project))
860var hasProject = _projects.TryGetValue(new ProjectContext(buildEventContext), out TerminalProjectInfo? project);
988&& _projects.TryGetValue(new ProjectContext(buildEventContext), out TerminalProjectInfo? project)
1030&& _projects.TryGetValue(new ProjectContext(buildEventContext), out TerminalProjectInfo? project)