6 references to Vertices
System.Data.Entity (6)
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (1)
31
get { return m_graph.
Vertices
; }
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (5)
146
foreach (UpdateCommand command in this.
Vertices
)
164
foreach (UpdateCommand command in this.
Vertices
)
194
foreach (DynamicUpdateCommand command in this.
Vertices
.OfType<DynamicUpdateCommand>())
277
foreach (DynamicUpdateCommand command in this.
Vertices
.OfType<DynamicUpdateCommand>())
339
foreach (UpdateCommand command in this.
Vertices
)