4 references to AllValues
System.Data.Entity (4)
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
192
Debug.Assert(extentMappingViews.
AllValues
.Count() == 1, "Viewgen should have produced only one view");
193
generatedView = extentMappingViews.
AllValues
.First();
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (2)
303
newNodes.AddRange(extentMap.
AllValues
);
349
newNodes.AddRange(extentMap.
AllValues
);