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