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