1 write to m_graph
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (1)
19m_graph = new Graph<TVertex>(comparer);
6 references to m_graph
System.Data.Entity (6)
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (6)
31get { return m_graph.Vertices; } 39return m_graph.Edges; 47m_graph.AddVertex(vertex); 54m_graph.AddEdge(first, second); 55m_graph.AddEdge(second, first); 100builder.Append(m_graph.ToString());