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