2 implementations of GetBuilder
Microsoft.AspNetCore.Components.Endpoints (2)
Builder\RazorComponentApplicationAttribute.cs (1)
22public abstract ComponentApplicationBuilder GetBuilder();
Discovery\DefaultRazorComponentApplication.cs (1)
14public ComponentApplicationBuilder GetBuilder()
1 reference to GetBuilder
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentEndpointDataSourceFactory.cs (1)
21DefaultRazorComponentApplication<TRootComponent>.Instance.GetBuilder();