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