2 references to InternalPunctuatorDictionary
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (2)
507if (InternalPunctuatorDictionary.ContainsKey(punct)) 516return NewToken(InternalPunctuatorDictionary[punct], new TerminalToken(punct, _iPos));