2 overrides of WriteComponentAttribute
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
623public override void WriteComponentAttribute(CodeRenderingContext context, ComponentAttributeIntermediateNode node)
Language\Components\ComponentRuntimeNodeWriter.cs (1)
603public override void WriteComponentAttribute(CodeRenderingContext context, ComponentAttributeIntermediateNode node)
1 reference to WriteComponentAttribute
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorCSharpLoweringPhase.cs (1)
296NodeWriter.WriteComponentAttribute(_context, node);