6 references to Dependencies
Microsoft.Build (6)
Construction\Solution\SolutionProjectGenerator.cs (3)
281foreach (string dependencyProjectGuid in project.Dependencies) 1212foreach (string dependencyProjectGuid in projectToAdd.Dependencies) 1378foreach (string dependencyProjectGuid in project.Dependencies)
Graph\GraphBuilder.cs (3)
348if (project.Dependencies.Count > 0) 352List<string> solutionDependenciesForProject = new(project.Dependencies.Count); 353foreach (string dependencyProjectGuid in project.Dependencies)