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