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