2 references to IsReservedKeyword
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlParserHelpers.cs (1)
162
if ((yylval is CqlLexer.TerminalToken) && CqlLexer.
IsReservedKeyword
(term) && !(astNode is Identifier))
System\Data\Mapping\ViewGeneration\Utils\ExternalCalls.cs (1)
31
return CqlLexer.
IsReservedKeyword
(name);