1 instantiation of DbConnectionClosedNeverOpened
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionClosed.cs (1)
140
internal static readonly DbConnectionInternal SingletonInstance = new
DbConnectionClosedNeverOpened
(); // singleton object
4 references to DbConnectionClosedNeverOpened
System.Data (4)
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (4)
37
_innerConnection =
DbConnectionClosedNeverOpened
.SingletonInstance;
49
if (
DbConnectionClosedNeverOpened
.SingletonInstance == connection._innerConnection)
51
_innerConnection =
DbConnectionClosedNeverOpened
.SingletonInstance;
110
_innerConnection =
DbConnectionClosedNeverOpened
.SingletonInstance;