4 references to GetBuilderForAssembly
Microsoft.AspNetCore.Components.Endpoints (3)
Builder\RazorComponentEndpointDataSourceFactory.cs (1)
25
IRazorComponentApplication.
GetBuilderForAssembly
(builder, assembly);
Discovery\ComponentApplicationBuilder.cs (1)
49
var builder = IRazorComponentApplication.
GetBuilderForAssembly
(this, assembly);
Discovery\DefaultRazorComponentApplication.cs (1)
38
return IRazorComponentApplication.
GetBuilderForAssembly
(builder, assembly);
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
RazorComponentEndpointDataSourceTest.cs (1)
30
IRazorComponentApplication.
GetBuilderForAssembly
(builder, assembly);