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