3 writes to HasEncodedContent
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Components\ComponentMarkupEncodingPass.cs (3)
83node.HasEncodedContent = true; 103node.HasEncodedContent = true; 140node.HasEncodedContent = true;
1 reference to HasEncodedContent
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentNodeWriter.cs (1)
920if (node.HasEncodedContent)