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