1 instantiation of DbConnectionClosedNeverOpened
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionClosed.cs (1)
144
internal static readonly DbConnectionInternal SingletonInstance = new
DbConnectionClosedNeverOpened
(); // singleton object
4 references to DbConnectionClosedNeverOpened
System.Data.OleDb (4)
System\Data\ProviderBase\DbConnectionHelper.cs (4)
25
_innerConnection =
DbConnectionClosedNeverOpened
.SingletonInstance;
37
if (
DbConnectionClosedNeverOpened
.SingletonInstance == connection._innerConnection)
39
_innerConnection =
DbConnectionClosedNeverOpened
.SingletonInstance;
96
_innerConnection =
DbConnectionClosedNeverOpened
.SingletonInstance;