3 writes to _storeConnection
System.Data.Entity (3)
System\Data\EntityClient\EntityConnection.cs (3)
132_storeConnection = connection; 623this._storeConnection = newConnection; 815this._storeConnection = null;
32 references to _storeConnection
System.Data.Entity (32)
System\Data\EntityClient\EntityConnection.cs (32)
150Debug.Assert(_storeConnection != null); 153if (!EntityUtil.TryGetProviderInvariantName(DbProviderFactories.GetFactory(_storeConnection), out invariantName)) 167FormatProviderString(_storeConnection.ConnectionString)); 180if (object.ReferenceEquals(_userConnectionOptions, _effectiveConnectionOptions) && this._storeConnection != null) 185storeConnectionString = this._storeConnection.ConnectionString; 238if (this._storeConnection == null) 243return this._storeConnection.ConnectionTimeout; 304if (this._storeConnection == null) 309return this._storeConnection.DataSource; 329if (this._storeConnection == null) 339return this._storeConnection.ServerVersion; 381return this._storeConnection; 453LoadStoreItemCollections(_metadataWorkspace, _storeConnection, _providerFactory, _effectiveConnectionOptions, edmItemCollection, _artifactLoader); 509if (this._storeConnection == null) 518OpenStoreConnectionIf(this._storeConnection.State != ConnectionState.Open, 519this._storeConnection, 527if (this._storeConnection == null || this._storeConnection.State != ConnectionState.Open) 532InitializeMetadata(this._storeConnection, this._storeConnection, closeStoreConnectionOnFailure); 653if (this._storeConnection == null) 699if (this._storeConnection == null) 710storeTransaction = this._storeConnection.BeginTransaction(isolationLevel); 728throw EntityUtil.ProviderIncompatible(System.Data.Entity.Strings.EntityClient_ReturnedNullOnProviderMethod("BeginTransaction", _storeConnection.GetType().Name)); 741if (_storeConnection == null) 751_storeConnection.EnlistTransaction(transaction); 806if (this._storeConnection != null) 809if (this._storeConnection != null) 813this._storeConnection.Dispose(); 1195if (this._storeConnection != null && (this._storeConnection.State != ConnectionState.Closed)) 1197this._storeConnection.Close();