1 type derived from Graph
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (1)
18internal class UpdateCommandOrderer : Graph<UpdateCommand>
1 instantiation of Graph
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (1)
19m_graph = new Graph<TVertex>(comparer);
1 reference to Graph
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (1)
25private Graph<TVertex> m_graph; // Directed graph where we added both edges