3 references to UnquotedValue
System.Data.Common (3)
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (3)
281parserState = ParserState.UnquotedValue; 284case ParserState.UnquotedValue: // "((?![\"'\\s])" + "([^;\\s\\p{Cc}]|\\s+[^;\\s\\p{Cc}])*" + "(?<![\"']))" 371case ParserState.UnquotedValue: