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