1 instantiation of UndirectedGraph
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CellPartitioner.cs (1)
60UndirectedGraph<Cell> graph = new UndirectedGraph<Cell>(EqualityComparer<Cell>.Default);
2 references to UndirectedGraph
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\CellPartitioner.cs (2)
60UndirectedGraph<Cell> graph = new UndirectedGraph<Cell>(EqualityComparer<Cell>.Default); 120private static List<CellGroup> GenerateConnectedComponents(UndirectedGraph<Cell> graph)