5 references to _referencingProjects
Microsoft.Build (5)
Graph\ProjectGraphNode.cs (5)
41
public IReadOnlyCollection<ProjectGraphNode> ReferencingProjects =>
_referencingProjects
;
59
reference.
_referencingProjects
.Add(this);
67
reference.
_referencingProjects
.Remove(reference);
76
Assumed.True(reference.
_referencingProjects
.Contains(this), "references should point to the nodes referencing them");
77
reference.
_referencingProjects
.Remove(this);