1 write to _quote
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (1)
352_quote = quote;
6 references to _quote
System.Data (6)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (6)
403else if (' ' != _quote && currentchar == _quote) { // if the ODBC driver does not support quoted identifiers it returns a single blank character 446Debug.Assert(_quote != ' ', "ODBC driver doesn't support quoted identifiers -- GetTokenFromQuote should not be used in this case"); 447Debug.Assert((_sqlstatement[curidx] == _quote), "GetTokenFromQuote: character at starting position must be same as quotechar"); 452if (_sqlstatement[localidx] == _quote) { 456if (_sqlstatement[localidx+1] != _quote) {