3 references to InternalKeywordDictionary
System.Data.Entity (3)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (3)
258
return CqlLexer.
InternalKeywordDictionary
.ContainsKey(term);
377
CqlLexer.
InternalKeywordDictionary
.ContainsKey(symbol))
381
short keywordID = CqlLexer.
InternalKeywordDictionary
[symbol];