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