1 write to _effectiveConnectionOptions
System.Data.Entity (1)
System\Data\EntityClient\EntityConnection.cs (1)
925
this.
_effectiveConnectionOptions
= effectiveConnectionOptions;
4 references to _effectiveConnectionOptions
System.Data.Entity (4)
System\Data\EntityClient\EntityConnection.cs (4)
180
if (object.ReferenceEquals(_userConnectionOptions,
_effectiveConnectionOptions
) && this._storeConnection != null)
409
Debug.Assert(_metadataWorkspace != null ||
_effectiveConnectionOptions
!= null, "The effective connection options is null, which should never be");
422
string paths =
_effectiveConnectionOptions
[EntityConnectionStringBuilder.MetadataParameterName];
453
LoadStoreItemCollections(_metadataWorkspace, _storeConnection, _providerFactory,
_effectiveConnectionOptions
, edmItemCollection, _artifactLoader);