1 instantiation of SectionIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\SectionDirectivePass.cs (1)
27var section = new SectionIntermediateNode()
5 references to SectionIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\ISectionTargetExtension.cs (1)
12void WriteSection(CodeRenderingContext context, SectionIntermediateNode node);
Language\Extensions\SectionDirectivePass.cs (1)
27var section = new SectionIntermediateNode()
Language\Extensions\SectionIntermediateNode.cs (1)
25AcceptExtensionNode<SectionIntermediateNode>(this, visitor);
Language\Extensions\SectionTargetExtension.cs (1)
16public void WriteSection(CodeRenderingContext context, SectionIntermediateNode node)
Mvc.Version1_X\LegacySectionTargetExtension.cs (1)
18public void WriteSection(CodeRenderingContext context, SectionIntermediateNode node)