2 overrides of VisitComponentTypeInferenceMethod
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
170public override void VisitComponentTypeInferenceMethod(ComponentTypeInferenceMethodIntermediateNode node)
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorCSharpLoweringPhase.cs (1)
313public override void VisitComponentTypeInferenceMethod(ComponentTypeInferenceMethodIntermediateNode node)
1 reference to VisitComponentTypeInferenceMethod
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\ComponentTypeInferenceMethodIntermediateNode.cs (1)
55visitor.VisitComponentTypeInferenceMethod(this);