8 references to AddAttribute
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Components\ComponentDesignTimeNodeWriter.cs (2)
309
.WriteStartMethodInvocation($"{BuilderVariableName}.{nameof(ComponentsApi.RenderTreeBuilder.
AddAttribute
)}")
317
context.CodeWriter.WriteStartMethodInvocation($"{BuilderVariableName}.{ComponentsApi.RenderTreeBuilder.
AddAttribute
}");
Language\Components\ComponentNodeWriter.cs (1)
39
: ComponentsApi.RenderTreeBuilder.
AddAttribute
;
Language\Components\ComponentRuntimeNodeWriter.cs (4)
634
if (addAttributeMethod == ComponentsApi.RenderTreeBuilder.
AddAttribute
)
641
if (addAttributeMethod == ComponentsApi.RenderTreeBuilder.
AddAttribute
)
1053
.WriteStartMethodInvocation($"{BuilderVariableName}.{ComponentsApi.RenderTreeBuilder.
AddAttribute
}")
1061
context.CodeWriter.WriteStartMethodInvocation($"{BuilderVariableName}.{ComponentsApi.RenderTreeBuilder.
AddAttribute
}");
Language\Components\ComponentsApi.cs (1)
98
public const string AddAttribute = nameof(
AddAttribute
);