1 write to _token
System.Data.Odbc (1)
System\Data\Odbc\OdbcUtils.cs (1)
360_token = new StringBuilder();
11 references to _token
System.Data.Odbc (11)
System\Data\Odbc\OdbcUtils.cs (11)
384if (_token.Length != 0) 386_idx += _token.Length; // proceed the internal marker (_idx) behind the token 387_token.Remove(0, _token.Length); // and start over with a fresh token 413_token.Append(_sqlstatement[curidx]); 439_token.Append(currentchar); 442_token.Append(currentchar); 451return (_token.Length > 0) ? _token.ToString() : string.Empty; 459_token.Append(_sqlstatement[curidx]); 478_token.Append(_sqlstatement[localidx]); // append current character to token