System\Data\Mapping\StorageMappingItemLoader.cs (11)
360this.EdmItemCollection.TryGetEntityContainer(entityContainerName, out entityContainerType);
900Set<EdmType> unmappedTypes = new Set<EdmType>(MetadataHelper.GetTypeAndSubtypesOf(setMapping.Set.ElementType, EdmItemCollection, false /*includeAbstractTypes*/));
968if (!this.EdmItemCollection.TryGetItem<EntityType>(entityTypeName, out entityType))
991IEnumerable<EdmType> typeAndSubTypes = MetadataHelper.GetTypeAndSubtypesOf(entityType, EdmItemCollection, false /*includeAbstractTypes*/);
1656var mapping = new FunctionImportMappingNonComposable(functionImport, targetFunction, typeMappingsList, this.EdmItemCollection);
1942if (!this.EdmItemCollection.TryGetItem<ComplexType>(complexTypeName, out complexType))
2124var functionImportKB = new FunctionImportStructuralTypeMappingKB(typeMappings, this.EdmItemCollection);
2550this.EdmItemCollection.TryGetItem<AssociationType>(associationTypeName, out associationType);
2961this.EdmItemCollection.TryGetItem<EdmType>(memberTypeName, out memberType);
3052this.EdmItemCollection.TryGetItem<ComplexType>(currentTypeName, out complexType);
3752m_edmItemCollection = parentLoader.EdmItemCollection;