1 instantiation of GraphEdges
Microsoft.Build (1)
Graph\GraphBuilder.cs (1)
131Edges = new GraphEdges();
8 references to GraphEdges
Microsoft.Build (8)
Graph\GraphBuilder.cs (3)
40public GraphEdges Edges { get; private set; } 143private void AddEdgesFromProjectReferenceItems(Dictionary<ConfigurationMetadata, ParsedProject> allParsedProjects, GraphEdges edges) 209private static void AddEdgesFromSolution(IReadOnlyDictionary<ConfigurationMetadata, ParsedProject> allParsedProjects, IReadOnlyDictionary<string, IReadOnlyCollection<string>> solutionDependencies, GraphEdges edges)
Graph\ProjectGraph.cs (2)
64private GraphBuilder.GraphEdges Edges { get; } 66internal GraphBuilder.GraphEdges TestOnly_Edges => Edges;
Graph\ProjectGraphNode.cs (3)
56internal void AddProjectReference(ProjectGraphNode reference, ProjectItemInstance projectReferenceItem, GraphBuilder.GraphEdges edges) 64internal void RemoveReference(ProjectGraphNode reference, GraphBuilder.GraphEdges edges) 72internal void RemoveReferences(GraphBuilder.GraphEdges edges)