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