2 references to WriteHtmlUtf8StringLiterals
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\IntermediateNodeWriter.cs (1)
356
.WriteStringLiteral(content, context.Options.
WriteHtmlUtf8StringLiterals
)
SourceGenerators\SourceGeneratorProjectEngine.cs (1)
220
return codeDocument.GetDocumentNode()?.Options?.
WriteHtmlUtf8StringLiterals
?? false;