3 writes to Literal
Microsoft.TemplateEngine.Core (3)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (3)
165
Literal
= literal
193
Literal
= processor.Encoding.GetString(currentTokenBytes.ToArray())
374
Literal
= literalValue
3 references to Literal
Microsoft.TemplateEngine.Core (3)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (3)
345
string literalValue = tokens[i].
Literal
!;
354
literalValue += followingWhitespace + tokens[j].
Literal
;
406
current.Value = InferTypeAndConvertLiteral(outputTokens[i].
Literal
!)!;