3 instantiations of SectionIntermediateNode
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Extensions\SectionTargetExtensionTest.cs (2)
18var node = new SectionIntermediateNode() 52var node = new SectionIntermediateNode()
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\SectionDirectivePass.cs (1)
27var section = new SectionIntermediateNode()
12 references to SectionIntermediateNode
Microsoft.AspNetCore.Razor.Language.UnitTests (5)
Extensions\SectionDirectivePassTest.cs (3)
75node => Assert.IsType<SectionIntermediateNode>(node)); 77var section = Assert.IsType<SectionIntermediateNode>(method.Children[1]);
Extensions\SectionTargetExtensionTest.cs (2)
18var node = new SectionIntermediateNode() 52var node = new SectionIntermediateNode()
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntermediateNodeWriter.cs (2)
22IExtensionIntermediateNodeVisitor<SectionIntermediateNode>, 242public void VisitExtension(SectionIntermediateNode node)
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)
19public void WriteSection(CodeRenderingContext context, SectionIntermediateNode node)
Mvc.Version1_X\LegacySectionTargetExtension.cs (1)
18public void WriteSection(CodeRenderingContext context, SectionIntermediateNode node)