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