3 writes to _idx
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (3)
372
_idx
+= _token.Length; // proceed the internal marker (_idx) behind the token
378
_idx
++;
505
_idx
= 0;
8 references to _idx
System.Data (8)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (8)
365
get{ return
_idx
; }
376
while((
_idx
< _len) && Char.IsWhiteSpace(_sqlstatement[
_idx
])) {
381
if (
_idx
== _len) {
386
int curidx =
_idx
; // start with internal index at current index
413
if (curidx ==
_idx
)
483
if ((
_idx
== _len) || ADP.IsEmpty(nextToken)) { // fxcop
487
return
_idx
;