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