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