1 write to Content
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentMarkupBlockPass.cs (1)
116Content = rewriteVisitor.Builder.ToString(),
16 references to Content
Microsoft.AspNetCore.Razor.Language.UnitTests (13)
Components\ComponentMarkupBlockPassTest.cs (13)
64Assert.Equal(expected, block.Content, ignoreLineEndingDifferences: true); 82Assert.Equal(expected, block.Content, ignoreLineEndingDifferences: true); 100Assert.Equal(expected, block.Content, ignoreLineEndingDifferences: true); 126Assert.Equal(expected, block.Content, ignoreLineEndingDifferences: true); 151Assert.Equal(expected, block.Content, ignoreLineEndingDifferences: true); 175Assert.Equal(expected, block.Content, ignoreLineEndingDifferences: true); 200Assert.Equal(expected, block.Content, ignoreLineEndingDifferences: true); 224Assert.Equal(expected, block.Content, ignoreLineEndingDifferences: true); 242Assert.Equal(expected, block.Content, ignoreLineEndingDifferences: true); 260Assert.Equal(expected, block.Content, ignoreLineEndingDifferences: true); 307Assert.Equal("""<head cool="beans"><script>...</script></head>""", block.Content); 363Assert.Equal(expected, block.Content, ignoreLineEndingDifferences: true); 431Assert.Equal(expected, block.Content, ignoreLineEndingDifferences: true);
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
182WriteContentNode(node, node.Content);
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentRuntimeNodeWriter.cs (1)
161.WriteStringLiteral(node.Content)
Language\Intermediate\MarkupBlockIntermediateNode.cs (1)
33formatter.WriteContent(Content);