1 write to _token
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (1)
351
_token
= new StringBuilder();
11 references to _token
System.Data (11)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (11)
371
if (
_token
.Length != 0) { // if we've read a token before
372
_idx +=
_token
.Length; // proceed the internal marker (_idx) behind the token
373
_token
.Remove(0,
_token
.Length); // and start over with a fresh token
394
_token
.Append(_sqlstatement[curidx]);
414
_token
.Append(currentchar);
417
_token
.Append(currentchar);
427
return (
_token
.Length > 0) ?
_token
.ToString() : String.Empty ;
434
_token
.Append(_sqlstatement[curidx]);
451
_token
.Append(_sqlstatement[localidx]); // append current character to token