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