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