2 overrides of VisitComponentAttribute
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
155public override void VisitComponentAttribute(ComponentAttributeIntermediateNode node)
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorCSharpLoweringPhase.cs (1)
292public override void VisitComponentAttribute(ComponentAttributeIntermediateNode node)
1 reference to VisitComponentAttribute
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
163visitor.VisitComponentAttribute(this);