14 references to Keys
System.Data.Entity (14)
System\Data\Common\Utils\KeyToListMap.cs (2)
49foreach (TKey key in Keys) { 129foreach (TKey key in Keys) {
System\Data\Mapping\FunctionImportMapping.cs (2)
492foreach (var isTypeOf in m_isTypeOfLineInfos.Keys) 505foreach (var entityType in m_entityTypeLineInfos.Keys)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
659foreach (var table in setMappingPerTable.Keys) 3859foreach (EdmProperty property in propertyToColumnNamesMap.Keys)
System\Data\Mapping\Update\Internal\ViewLoader.cs (1)
333foreach (AssociationSet associationSet in requiredEnds.Keys)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
146foreach (EntitySetBase extent in extentMap.Keys)
System\Data\Mapping\ViewGeneration\CellPartitioner.cs (1)
126foreach (int setNum in groupMap.Keys)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
230foreach (MemberProjectedSlot slot in slotMap.Keys)
System\Data\Mapping\ViewGeneration\Validator.cs (1)
213foreach (ExtentPair extentPair in extentPairConstraints.Keys)
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (1)
296foreach (EntitySetBase extent in extentCellMap.Keys)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
1899bool useInClause = HasBuiltMapForIn(e, map) && map.Keys.Count() > 0; 1909foreach (var key in map.Keys)