3 references to SingleQuotedLiteral
Microsoft.TemplateEngine.Core (3)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (3)
172
if (foundTokenFamily is TokenFamily.QuotedLiteral or TokenFamily.
SingleQuotedLiteral
)
177
TokenFamily.
SingleQuotedLiteral
=> QuotedRegionKind.SingleQuoteRegion,
271
$"Malformed predicate due to unmatched quotes. InitialBuffer = {processor.Encoding.GetString(processor.CurrentBuffer)} currentTokenFamily = {currentTokenFamily} | TokenFamily.QuotedLiteral = {TokenFamily.QuotedLiteral} | TokenFamily.SingleQuotedLiteral = {TokenFamily.
SingleQuotedLiteral
}");