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