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