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