1 instantiation of ProjectReferenceEntry
BuildBoss (1)
ProjectUtil.cs (1)
138list.Add(new ProjectReferenceEntry(path, project));
4 references to ProjectReferenceEntry
BuildBoss (4)
ProjectCheckerUtil.cs (2)
106private bool CheckNoGuidsOnProjectReferences(TextWriter textWriter, List<ProjectReferenceEntry> entryList) 109foreach (var entry in entryList)
ProjectUtil.cs (2)
111internal List<ProjectReferenceEntry> GetDeclaredProjectReferences() 114var list = new List<ProjectReferenceEntry>();