3 overrides of VisitTagHelperDirectiveAttribute
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
140public override void VisitTagHelperDirectiveAttribute(TagHelperDirectiveAttributeIntermediateNode node)
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentLoweringPass.cs (2)
742public override void VisitTagHelperDirectiveAttribute(TagHelperDirectiveAttributeIntermediateNode node) 850public override void VisitTagHelperDirectiveAttribute(TagHelperDirectiveAttributeIntermediateNode node)
1 reference to VisitTagHelperDirectiveAttribute
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\TagHelperDirectiveAttributeIntermediateNode.cs (1)
33=> visitor.VisitTagHelperDirectiveAttribute(this);