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