2 references to ModifiableIteratorCollection
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (2)
195
ModifiableIteratorCollection<CellTreeNode> childrenSet = new
ModifiableIteratorCollection
<CellTreeNode>(rootNode.Children);
522
ModifiableIteratorCollection<CellTreeNode> childrenSet = new
ModifiableIteratorCollection
<CellTreeNode>(children);