4 references to DoubleQuoteValue
System.Data.Odbc (4)
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (4)
266{ parserState = ParserState.DoubleQuoteValue; continue; } 284case ParserState.DoubleQuoteValue: // "(\"([^\"\u0000]|\"\")*\")" 293{ parserState = ParserState.DoubleQuoteValue; break; } 351case ParserState.DoubleQuoteValue: