1 instantiation of ComponentNum
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (1)
66
componentMap.Add(vertex, new
ComponentNum
(count));
2 references to ComponentNum
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (2)
64
Dictionary<TVertex,
ComponentNum
> componentMap = new Dictionary<TVertex,
ComponentNum
>(m_comparer);