5 references to _referencingProjects
Microsoft.Build (5)
Graph\ProjectGraphNode.cs (5)
43
public IReadOnlyCollection<ProjectGraphNode> ReferencingProjects =>
_referencingProjects
;
61
reference.
_referencingProjects
.Add(this);
69
reference.
_referencingProjects
.Remove(reference);
78
ErrorUtilities.VerifyThrow(reference.
_referencingProjects
.Contains(this), "references should point to the nodes referencing them");
79
reference.
_referencingProjects
.Remove(this);