3 references to AddMultipleAttributes
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Components\ComponentNodeWriter.cs (2)
207context.CodeWriter.WriteStartInstanceMethodInvocation(ComponentsApi.RenderTreeBuilder.BuilderParameter, ComponentsApi.RenderTreeBuilder.AddMultipleAttributes); 1545context.CodeWriter.WriteStartMethodInvocation($"{BuilderVariableName}.{ComponentsApi.RenderTreeBuilder.AddMultipleAttributes}");
Language\Components\ComponentsApi.cs (1)
100public const string AddMultipleAttributes = nameof(AddMultipleAttributes);