2 overrides of WriteComponentTypeInferenceMethod
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
564public override void WriteComponentTypeInferenceMethod(CodeRenderingContext context, ComponentTypeInferenceMethodIntermediateNode node)
Language\Components\ComponentRuntimeNodeWriter.cs (1)
544public override void WriteComponentTypeInferenceMethod(CodeRenderingContext context, ComponentTypeInferenceMethodIntermediateNode node)
1 reference to WriteComponentTypeInferenceMethod
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorCSharpLoweringPhase.cs (1)
317NodeWriter.WriteComponentTypeInferenceMethod(_context, node);