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