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)
376while((_idx < _len) && Char.IsWhiteSpace(_sqlstatement[_idx])) { 381if (_idx == _len) { 391while (!endtoken && curidx < _len) { 393while ((curidx < _len) && IsValidNameChar(_sqlstatement[curidx])) { 433while (curidx < _len) { 450while (localidx < _len) { // run to the end of the statement 455if (localidx+1 < _len) { // do not overrun the end of the string 483if ((_idx == _len) || ADP.IsEmpty(nextToken)) { // fxcop 496while((tempidx < _len) && Char.IsWhiteSpace(_sqlstatement[tempidx])) { 499if ((_len - tempidx) < tokenString.Length) {