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