6 references to AddEdge
System.Data.Entity (6)
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (2)
54m_graph.AddEdge(first, second); 55m_graph.AddEdge(second, first);
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (4)
171AddEdge(from, command); 219AddEdge(predecessor, command); 251AddEdge(predecessor, command); 369AddEdge(commandProducingKey, commandRequiringKey);