3 references to DoubleQuoteValueQuote
System.Data (3)
fx\src\data\System\Data\Common\DbConnectionOptions.cs (3)
666if ('"' == currentChar) { parserState = ParserState.DoubleQuoteValueQuote; continue; } 670case ParserState.DoubleQuoteValueQuote: 739case ParserState.DoubleQuoteValueQuote: