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