4 references to DoubleQuoteValue
System.Data.Common (4)
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (4)
273{ parserState = ParserState.DoubleQuoteValue; continue; } 291case ParserState.DoubleQuoteValue: // "(\"([^\"\u0000]|\"\")*\")" 300{ parserState = ParserState.DoubleQuoteValue; break; } 358case ParserState.DoubleQuoteValue: