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