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