2 references to InternalOperatorDictionary
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (2)
490
if (
InternalOperatorDictionary
.ContainsKey(oper))
492
return NewToken(
InternalOperatorDictionary
[oper], new TerminalToken(oper, _iPos));