2 implementations of WriteSection
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Extensions\SectionTargetExtension.cs (1)
19public void WriteSection(CodeRenderingContext context, SectionIntermediateNode node)
Mvc.Version1_X\LegacySectionTargetExtension.cs (1)
18public void WriteSection(CodeRenderingContext context, SectionIntermediateNode node)
1 reference to WriteSection
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\SectionIntermediateNode.cs (1)
47extension.WriteSection(context, this);