15 references to EdmItemCollection
System.Data.Entity (15)
System\Data\Mapping\MetadataMappingHasherVisitor.cs (2)
47
this.m_EdmVersion = storageEntityContainerMapping.StorageMappingItemCollection.
EdmItemCollection
.EdmVersion;
49
this.m_EdmItemCollection = storageEntityContainerMapping.StorageMappingItemCollection.
EdmItemCollection
;
System\Data\Mapping\StorageMappingItemCollection.cs (1)
778
CheckForDuplicateItems(
EdmItemCollection
, StoreItemCollection, errors);
System\Data\Mapping\StorageMappingItemLoader.cs (1)
175
get { return m_storageMappingItemCollection.
EdmItemCollection
; }
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
294
IEnumerable<EdmType> typeAndSubTypes = MetadataHelper.GetTypeAndSubtypesOf(type, m_containerMapping.StorageMappingItemCollection.
EdmItemCollection
, false /*includeAbstractTypes*/);
417
allTypes.AddRange(MetadataHelper.GetTypeAndSubtypesOf(type, m_containerMapping.StorageMappingItemCollection.
EdmItemCollection
, false /*includeAbstractTypes*/));
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (1)
70
m_edmItemCollection = entityContainerMapping.StorageMappingItemCollection.
EdmItemCollection
;
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (4)
63
Dictionary<EntityType, Set<EntityType>> inheritanceGraph = MetadataHelper.BuildUndirectedGraphOfTypes(entityContainerMapping.StorageMappingItemCollection.
EdmItemCollection
);
67
m_queryDomainMap = new MemberDomainMap(ViewTarget.QueryView, m_config.IsValidationEnabled, cellGroup, entityContainerMapping.StorageMappingItemCollection.
EdmItemCollection
, m_config, inheritanceGraph);
68
m_updateDomainMap = new MemberDomainMap(ViewTarget.UpdateView, m_config.IsValidationEnabled, cellGroup, entityContainerMapping.StorageMappingItemCollection.
EdmItemCollection
, m_config, inheritanceGraph);
357
foreach (EdmType type in MetadataHelper.GetTypeAndSubtypesOf(extent.ElementType, m_entityContainerMapping.StorageMappingItemCollection.
EdmItemCollection
, false /*includeAbstractTypes*/))
System\Data\Mapping\ViewValidator.cs (1)
58
private EdmItemCollection EdmItemCollection { get { return _setMapping.EntityContainerMapping.StorageMappingItemCollection.
EdmItemCollection
; } }
System\Data\Metadata\MappingMetadataHelper.cs (1)
47
return MetadataHelper.GetTypeAndParentTypesOf(childEntityType, mappingCollection.
EdmItemCollection
, true /*includeAbstractTypes*/).SelectMany(
System\Data\Metadata\MetadataWorkspace.cs (2)
262
if (_itemsCSSpace != null && !object.ReferenceEquals(_itemsCSSpace.
EdmItemCollection
, collection))
278
if (_itemsCSpace != null && !object.ReferenceEquals(_itemsCSSpace.
EdmItemCollection
, _itemsCSpace))