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)
371if (_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); 427return (_token.Length > 0) ? _token.ToString() : String.Empty ; 434_token.Append(_sqlstatement[curidx]); 451_token.Append(_sqlstatement[localidx]); // append current character to token