1 instantiation of DbConnectionClosedPreviouslyOpened
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionClosed.cs (1)
149
internal static readonly DbConnectionInternal SingletonInstance = new
DbConnectionClosedPreviouslyOpened
(); // singleton object
4 references to DbConnectionClosedPreviouslyOpened
System.Data (4)
fx\src\data\System\Data\ProviderBase\DbConnectionClosed.cs (1)
106
connectionFactory.SetInnerConnectionTo(owningObject,
DbConnectionClosedPreviouslyOpened
.SingletonInstance);
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (2)
55
_innerConnection =
DbConnectionClosedPreviouslyOpened
.SingletonInstance;
157
Interlocked.CompareExchange(ref _innerConnection,
DbConnectionClosedPreviouslyOpened
.SingletonInstance, innerConnection);
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
478
connectionFactory.SetInnerConnectionEvent(owningObject,
DbConnectionClosedPreviouslyOpened
.SingletonInstance);