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