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