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