6 references to Connecting
System.Data (6)
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
860case (ConnectionState.Connecting|ConnectionState.Broken): // treated the same as closed 862case (ConnectionState.Connecting):
fx\src\data\System\Data\Common\DbProviderFactories.cs (2)
234_initState = ConnectionState.Connecting; // used for preventing recursion 243case ConnectionState.Connecting:
fx\src\data\System\Data\OleDb\OLEDB_Util.cs (1)
323internal const int InternalStateConnecting = (int) (ConnectionState.Connecting);
fx\src\data\System\Data\ProviderBase\DbConnectionClosed.cs (1)
101private DbConnectionClosedConnecting() : base(ConnectionState.Connecting) {