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)
377
get { return
_idx
; }
390
while ((
_idx
< _len) && char.IsWhiteSpace(_sqlstatement[
_idx
]))
396
if (
_idx
== _len)
402
int curidx =
_idx
; // start with internal index at current index
438
if (curidx ==
_idx
)
518
if ((
_idx
== _len) || string.IsNullOrEmpty(nextToken))
524
return
_idx
;