7 references to StoreItemCollection
System.Data.Entity (7)
System\Data\Mapping\StorageMappingItemLoader.cs (7)
368this.StoreItemCollection.TryGetEntityContainer(storageEntityContainerName, out storageEntityContainerType); 1591var cTypeTargetFunction = this.StoreItemCollection.ConvertToCTypeFunction(targetFunction); 1690ReadOnlyCollection<EdmFunction> functionOverloads = this.StoreItemCollection.GetFunctions(functionName); 1786PrimitiveType cspaceTargetType = (PrimitiveType)StoreItemCollection.StoreProviderManifest.GetEdmType(targetParameter.TypeUsage).EdmType; 3246cspaceTypeUsage = StoreItemCollection.StoreProviderManifest.GetEdmType(conditionMember.TypeUsage); 3612columnMember, lineInfo, m_sourceLocation, m_parsingErrors, StoreItemCollection); 3753m_storeItemCollection = parentLoader.StoreItemCollection;