2 instantiations of SectionIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Extensions\SectionDirectivePass.cs (1)
27var section = new SectionIntermediateNode()
Language\Extensions\SectionIntermediateNode.cs (1)
30var clone = new SectionIntermediateNode
6 references to SectionIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Extensions\ISectionTargetExtension.cs (1)
12void WriteSection(CodeRenderingContext context, SectionIntermediateNode node);
Language\Extensions\SectionDirectivePass.cs (1)
27var section = new SectionIntermediateNode()
Language\Extensions\SectionIntermediateNode.cs (2)
25AcceptExtensionNode<SectionIntermediateNode>(this, visitor); 30var clone = new SectionIntermediateNode
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)