2 writes to _len
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (2)
357
_len
= (0>iNul)?text.Length:iNul;
360
_len
= 0;
10 references to _len
System.Data (10)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (10)
376
while((_idx <
_len
) && Char.IsWhiteSpace(_sqlstatement[_idx])) {
381
if (_idx ==
_len
) {
391
while (!endtoken && curidx <
_len
) {
393
while ((curidx <
_len
) && IsValidNameChar(_sqlstatement[curidx])) {
433
while (curidx <
_len
) {
450
while (localidx <
_len
) { // run to the end of the statement
455
if (localidx+1 <
_len
) { // do not overrun the end of the string
483
if ((_idx ==
_len
) || ADP.IsEmpty(nextToken)) { // fxcop
496
while((tempidx <
_len
) && Char.IsWhiteSpace(_sqlstatement[tempidx])) {
499
if ((
_len
- tempidx) < tokenString.Length) {