2 instantiations of StoreItemCollection
System.Data.Entity (2)
System\Data\Metadata\MetadataCache.cs (1)
702storeItemCollection = new StoreItemCollection(
System\Data\Metadata\MetadataWorkspace.cs (1)
100this._itemsSSpace = new StoreItemCollection(sSpaceReaders, composite.GetPaths(dataSpace));
68 references to StoreItemCollection
System.Data.Entity (57)
System\Data\Common\DbProviderServices.cs (10)
44StoreItemCollection storeMetadata = (StoreItemCollection)commandTree.MetadataWorkspace.GetItemCollection(DataSpace.SSpace); 370public string CreateDatabaseScript(string providerManifestToken, StoreItemCollection storeItemCollection) 376protected virtual string DbCreateDatabaseScript(string providerManifestToken, StoreItemCollection storeItemCollection) 389public void CreateDatabase(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection) 395protected virtual void DbCreateDatabase(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection) 411public bool DatabaseExists(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection) 417protected virtual bool DbDatabaseExists(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection) 429public void DeleteDatabase(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection) 435protected virtual void DbDeleteDatabase(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection)
System\Data\Common\Utils\CommandHelper.cs (2)
152StoreItemCollection storeItemCollection = (StoreItemCollection)connection.GetMetadataWorkspace().GetItemCollection(DataSpace.SSpace);
System\Data\EntityClient\EntityConnection.cs (2)
129StoreItemCollection collection = (StoreItemCollection)workspace.GetItemCollection(DataSpace.SSpace);
System\Data\EntityClient\EntityProviderServices.cs (2)
39StoreItemCollection storeMetadata = (StoreItemCollection)commandTree.MetadataWorkspace.GetItemCollection(DataSpace.SSpace);
System\Data\Mapping\StorageMappingItemCollection.cs (8)
39private StoreItemCollection m_storeItemCollection; 79public StorageMappingItemCollection(EdmItemCollection edmCollection, StoreItemCollection storeCollection, 121StoreItemCollection storeCollection, 150StoreItemCollection storeCollection, 176StoreItemCollection storeCollection, 194StoreItemCollection storeCollection, 289internal StoreItemCollection StoreItemCollection 892private static void CheckForDuplicateItems(EdmItemCollection edmItemCollection, StoreItemCollection storeItemCollection, List<EdmSchemaError> errorCollection)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
178private StoreItemCollection StoreItemCollection 3725private readonly StoreItemCollection m_storeItemCollection;
System\Data\Mapping\ViewValidator.cs (2)
59private StoreItemCollection StoreItemCollection { get { return _setMapping.EntityContainerMapping.StorageMappingItemCollection.StoreItemCollection; } } 220internal static bool IsStoreSpaceOrCanonicalFunction(StoreItemCollection sSpace, EdmFunction function)
System\Data\Metadata\Converter.cs (2)
161StoreItemCollection storeCollection = convertedItemCache.ItemCollection as StoreItemCollection;
System\Data\Metadata\MetadataCache.cs (1)
697StoreItemCollection storeItemCollection = null;
System\Data\Metadata\MetadataWorkspace.cs (3)
117private StoreItemCollection _itemsSSpace; 227_itemsSSpace = (StoreItemCollection)collection; 305versionToRegister = ((StoreItemCollection)itemCollectionToRegister).StoreSchemaVersion;
System\Data\Metadata\ObjectHelper.cs (2)
143List<EdmSchemaError> parsingErrors, StoreItemCollection storeItemCollection) 169StoreItemCollection storeItemCollection)
System\Data\Metadata\Perspective.cs (2)
156((StoreItemCollection)itemCollection).GetCTypeFunctions(fullName, ignoreCase) : 181overloads = ((StoreItemCollection)storeItemCollection).GetCTypeFunctions(fullName, ignoreCase);
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
214return ((StoreItemCollection)_funcletizer.RootContext.MetadataWorkspace.GetItemCollection(DataSpace.SSpace)).StoreProviderManifest;
System\Data\Objects\ObjectContext.cs (2)
3302private StoreItemCollection GetStoreItemCollection() 3308return (StoreItemCollection)entityConnection.GetMetadataWorkspace().GetItemCollection(DataSpace.SSpace);
System\Data\Query\PlanCompiler\JoinElimination.cs (2)
144var sspace = (StoreItemCollection)m_compilerState.MetadataWorkspace.GetItemCollection(Metadata.Edm.DataSpace.SSpace);
System\Data\Spatial\SpatialHelpers.cs (2)
33StoreItemCollection storeItemCollection = (StoreItemCollection)workspace.GetItemCollection(DataSpace.SSpace);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (3)
380private StoreItemCollection _storeItemCollection; 381internal StoreItemCollection StoreItemCollection 511_storeItemCollection = (StoreItemCollection)this.Workspace.GetItemCollection(DataSpace.SSpace);
System\Data\SqlClient\SqlProviderServices.cs (8)
72StoreItemCollection storeMetadata = (StoreItemCollection)commandTree.MetadataWorkspace.GetItemCollection(DataSpace.SSpace); 699protected override string DbCreateDatabaseScript(string providerManifestToken, StoreItemCollection storeItemCollection) 717protected override void DbCreateDatabase(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection) 774private static SqlVersion GetSqlVersion(StoreItemCollection storeItemCollection) 887protected override bool DbDatabaseExists(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection) 971protected override void DbDeleteDatabase(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection) 1036private static string CreateObjectsScript(SqlVersion version, StoreItemCollection storeItemCollection)
System\Data\SqlClient\SqlProviderUtilities.cs (1)
46internal static string CreateObjectsScript(StoreItemCollection itemCollection, bool createSchemas)
System.Data.Entity.Design (10)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (1)
67public EntityModelSchemaGenerator(StoreItemCollection storeItemCollection, string namespaceName, string modelEntityContainerName)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (3)
41private StoreItemCollection _storeItemCollection; 80public StoreItemCollection StoreItemCollection 365StoreItemCollection storeItemCollection = new StoreItemCollection(new XmlReader[] { ssdl }, ssdlLocations.AsReadOnly(), out errors);
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (1)
33public StoreItemCollection ItemCollection;
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (1)
336StoreItemCollection storeCollection = mappingCollection.StoreItemCollection;
System\Data\Entity\Design\MetadataItemCollectionFactory.cs (4)
93public static StoreItemCollection CreateStoreItemCollection(IEnumerable<XmlReader> readers, 109public static StoreItemCollection CreateStoreItemCollection( 131StoreItemCollection storeCollection, IEnumerable<XmlReader> readers, out IList<EdmSchemaError> errors) 150StoreItemCollection storeCollection,
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
609metadataWorkspace.RegisterItemCollection(new StorageMappingItemCollection(edmItemCollection as EdmItemCollection, storeItemCollection as StoreItemCollection));