1 instantiation of DbConnectionClosedNeverOpened
System.Data.Odbc (1)
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionClosed.cs (1)
117
internal static readonly DbConnectionInternal SingletonInstance = new
DbConnectionClosedNeverOpened
(); // singleton object
4 references to DbConnectionClosedNeverOpened
System.Data.Odbc (4)
System\Data\Odbc\OdbcConnectionHelper.cs (4)
24
_innerConnection =
DbConnectionClosedNeverOpened
.SingletonInstance;
37
if (
DbConnectionClosedNeverOpened
.SingletonInstance == connection._innerConnection)
39
_innerConnection =
DbConnectionClosedNeverOpened
.SingletonInstance;
99
_innerConnection =
DbConnectionClosedNeverOpened
.SingletonInstance;