9 references to Components
Microsoft.AspNetCore.Components.Endpoints (3)
Discovery\RazorComponentApplication.cs (3)
40
for (var i = 0; i <
Components
.Count; i++)
42
var component =
Components
[i];
65
return $"Pages = {Pages.Count}, Components = {
Components
.Count}";
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
Discovery\ComponentApplicationBuilderTests.cs (6)
32
Assert.Collection(app.
Components
,
67
app.
Components
,
106
app.
Components
,
143
app.
Components
,
198
app.
Components
,
256
app.
Components
,