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