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