4 references to InternalState
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (1)
805if (0 != (ConnectionState.Fetching & _connection.InternalState)) {
fx\src\data\System\Data\Odbc\OdbcConnection.cs (3)
285ConnectionState state = InternalState; 555ConnectionState state = InternalState; 559state = InternalState;