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