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