4 references to AddMultipleAttributes
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
1019
context.CodeWriter.WriteStartMethodInvocation($"{BuilderVariableName}.{ComponentsApi.RenderTreeBuilder.
AddMultipleAttributes
}");
Language\Components\ComponentNodeWriter.cs (1)
209
context.CodeWriter.WriteStartInstanceMethodInvocation(ComponentsApi.RenderTreeBuilder.BuilderParameter, ComponentsApi.RenderTreeBuilder.
AddMultipleAttributes
);
Language\Components\ComponentRuntimeNodeWriter.cs (1)
912
context.CodeWriter.WriteStartMethodInvocation($"{BuilderVariableName}.{ComponentsApi.RenderTreeBuilder.
AddMultipleAttributes
}");
Language\Components\ComponentsApi.cs (1)
100
public const string AddMultipleAttributes = nameof(
AddMultipleAttributes
);