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