5 references to ProjectReferences
Microsoft.Build (3)
Construction\Solution\SolutionFile.cs (1)
1457proj.ProjectReferences.Add(referencedProjectGuid);
Construction\Solution\SolutionProjectGenerator.cs (2)
1486if (project.ProjectReferences.Count > 0) 1628foreach (string projectReferenceGuid in project.ProjectReferences)
Microsoft.Build.Engine.UnitTests (2)
Construction\SolutionFile_NewParser_Tests.cs (1)
119List<string> aspNetProjectReferences = solution.ProjectsInOrder[0].ProjectReferences;
Construction\SolutionFile_OldParser_Tests.cs (1)
1579List<string> aspNetProjectReferences = solution.ProjectsInOrder[0].ProjectReferences;