4 references to SingleQuoteValue
System.Data.Common (4)
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (4)
271{ parserState = ParserState.SingleQuoteValue; continue; } 305case ParserState.SingleQuoteValue: // "('([^'\u0000]|'')*')" 314{ parserState = ParserState.SingleQuoteValue; break; } 359case ParserState.SingleQuoteValue: