9 references to KeyValuePairs
System.Data.Entity (9)
System\Data\Mapping\FunctionImportMapping.cs (2)
231
foreach (var unreachableEntityType in unreachableEntityTypes.
KeyValuePairs
)
245
foreach (var unreachableIsTypeOf in unreachableIsTypeOfs.
KeyValuePairs
)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
431
foreach (KeyValuePair<EntitySetBase, List<GeneratedView>> extentViewPair in extentMappingViews.
KeyValuePairs
)
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
141
foreach (KeyValuePair<EntitySetBase, List<GeneratedView>> keyValuePair in extentMappingViews.
KeyValuePairs
)
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (1)
353
foreach (var keyAndCommands in requiredMap.
KeyValuePairs
)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (4)
334
var nonTrivial = extentMap.
KeyValuePairs
.Where(m => m.Value.Count > 1).ToArray();
350
Debug.Assert(extentMap.
KeyValuePairs
.All(m => m.Value.Count == 1), "extentMap must map to single nodes only.");
365
foreach (var extentInfo in extentMap.
KeyValuePairs
)
402
foreach (var m in pkFkMap.
KeyValuePairs
)