3 writes to SectionName
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Extensions\SectionTargetExtensionTest.cs (2)
24SectionName = "MySection" 58SectionName = "MySection"
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\SectionDirectivePass.cs (1)
29SectionName = sectionName,
7 references to SectionName
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Extensions\SectionDirectivePassTest.cs (1)
78Assert.Equal("Header", section.SectionName);
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
244WriteContentNode(node, node.SectionName);
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\SectionIntermediateNode.cs (3)
52formatter.WriteContent(SectionName); 54formatter.WriteProperty(nameof(SectionName), SectionName);
Language\Extensions\SectionTargetExtension.cs (1)
24.Write(node.SectionName)
Mvc.Version1_X\LegacySectionTargetExtension.cs (1)
23.Write(node.SectionName)