4 references to Key
System.Data (4)
fx\src\data\System\Data\Common\DbConnectionOptions.cs (4)
623
parserState = ParserState.
Key
;
631
case ParserState.
Key
: // (?<key>([^=\\s\\p{Cc}]|\\s+[^=\\s\\p{Cc}]|\\s+==|==)+)
638
if (!useOdbcRules && '=' == currentChar) { parserState = ParserState.
Key
; break; }
716
case ParserState.
Key
: