1 instantiation of DbConnectionClosedNeverOpened
System.Data.Odbc (1)
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionClosed.cs (1)
117internal 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; 37if (DbConnectionClosedNeverOpened.SingletonInstance == connection._innerConnection) 39_innerConnection = DbConnectionClosedNeverOpened.SingletonInstance; 99_innerConnection = DbConnectionClosedNeverOpened.SingletonInstance;