3 writes to _idx
System.Data.Odbc (3)
System\Data\Odbc\OdbcUtils.cs (3)
386_idx += _token.Length; // proceed the internal marker (_idx) behind the token 393_idx++; 546_idx = 0;
8 references to _idx
System.Data.Odbc (8)
System\Data\Odbc\OdbcUtils.cs (8)
377get { return _idx; } 390while ((_idx < _len) && char.IsWhiteSpace(_sqlstatement[_idx])) 396if (_idx == _len) 402int curidx = _idx; // start with internal index at current index 438if (curidx == _idx) 518if ((_idx == _len) || string.IsNullOrEmpty(nextToken)) 524return _idx;