1 instantiation of RazorComponentApplication
Microsoft.AspNetCore.Components.Endpoints (1)
Discovery\ComponentApplicationBuilder.cs (1)
26return new RazorComponentApplication(
3 references to RazorComponentApplication
Microsoft.AspNetCore.Components.Endpoints (3)
Builder\RazorComponentEndpointDataSource.cs (1)
117var context = componentApplicationBuilder.Build();
Discovery\ComponentApplicationBuilder.cs (2)
23/// <returns>The <see cref="RazorComponentApplication"/>.</returns> 24internal RazorComponentApplication Build()