6 references to AddAttribute
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentNodeWriter.cs (5)
41
: ComponentsApi.RenderTreeBuilder.
AddAttribute
;
1262
if (addAttributeMethod == ComponentsApi.RenderTreeBuilder.
AddAttribute
)
1269
if (addAttributeMethod == ComponentsApi.RenderTreeBuilder.
AddAttribute
)
1686
.WriteStartMethodInvocation($"{BuilderVariableName}.{ComponentsApi.RenderTreeBuilder.
AddAttribute
}")
1694
context.CodeWriter.WriteStartMethodInvocation($"{BuilderVariableName}.{ComponentsApi.RenderTreeBuilder.
AddAttribute
}");
Language\Components\ComponentsApi.cs (1)
98
public const string AddAttribute = nameof(
AddAttribute
);