3 writes to _metadataWorkspace
System.Data.Entity (3)
System\Data\EntityClient\EntityConnection.cs (3)
134_metadataWorkspace = workspace; 444_metadataWorkspace = workspace; 918this._metadataWorkspace = null;
9 references to _metadataWorkspace
System.Data.Entity (9)
System\Data\EntityClient\EntityConnection.cs (9)
165_metadataWorkspace.MetadataWorkspaceId, 409Debug.Assert(_metadataWorkspace != null || _effectiveConnectionOptions != null, "The effective connection options is null, which should never be"); 410if (_metadataWorkspace == null || 411(initializeAllCollections && !_metadataWorkspace.IsItemCollectionAlreadyRegistered(DataSpace.SSpace))) 418if (_metadataWorkspace == null) 448edmItemCollection = (EdmItemCollection)_metadataWorkspace.GetItemCollection(DataSpace.CSpace); 451if (initializeAllCollections && !_metadataWorkspace.IsItemCollectionAlreadyRegistered(DataSpace.SSpace)) 453LoadStoreItemCollections(_metadataWorkspace, _storeConnection, _providerFactory, _effectiveConnectionOptions, edmItemCollection, _artifactLoader); 460return _metadataWorkspace;