4 references to Key
System.Data.Entity (4)
System\Data\EntityClient\DbConnectionOptions.cs (4)
229
parserState = ParserState.
Key
;
238
case ParserState.
Key
: // (?<key>([^=\\s\\p{Cc}]|\\s+[^=\\s\\p{Cc}]|\\s+==|==)+)
245
if ('=' == currentChar) { parserState = ParserState.
Key
; break; }
309
case ParserState.
Key
: