1 instantiation of DbConnectionClosedNeverOpened
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionClosed.cs (1)
140internal 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; 49if (DbConnectionClosedNeverOpened.SingletonInstance == connection._innerConnection) 51_innerConnection = DbConnectionClosedNeverOpened.SingletonInstance; 110_innerConnection = DbConnectionClosedNeverOpened.SingletonInstance;