1 instantiation of RazorComponentApplication
Microsoft.AspNetCore.Components.Endpoints (1)
Discovery\ComponentApplicationBuilder.cs (1)
26return new RazorComponentApplication(
9 references to RazorComponentApplication
Microsoft.AspNetCore.Components.Endpoints (3)
Builder\RazorComponentEndpointDataSource.cs (1)
110var context = _builder.Build();
Discovery\ComponentApplicationBuilder.cs (2)
23/// <returns>The <see cref="RazorComponentApplication"/>.</returns> 24internal RazorComponentApplication Build()
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
Discovery\ComponentApplicationBuilderTests.cs (6)
18var app = builder.Build(); 53var app = builder.Build(); 95var app = builder.Build(); 129var app = builder.Build(); 181var app = builder.Build(); 245var app = builder.Build();