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