4 references to SingletonInstance
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
;