9 references to Literal
Microsoft.TemplateEngine.Core (9)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (9)
83
currentTokenFamily = TokenFamily.
Literal
;
159
if (currentTokenFamily == TokenFamily.
Literal
)
164
Family = TokenFamily.
Literal
,
192
Family = TokenFamily.
Literal
,
253
currentTokenFamily = TokenFamily.
Literal
;
342
else if (tokens[i].Family == TokenFamily.
Literal
)
353
case TokenFamily.
Literal
:
373
Family = TokenFamily.
Literal
,
405
case TokenFamily.
Literal
: