10 references to ComponentInfo
Microsoft.AspNetCore.Components.Endpoints (10)
Discovery\ComponentBuilder.cs (1)
51
internal
ComponentInfo
Build()
Discovery\ComponentCollectionBuilder.cs (3)
46
internal
ComponentInfo
[] ToComponentCollection()
56
return Array.Empty<
ComponentInfo
>();
60
var result = new
ComponentInfo
[totalCount];
Discovery\ComponentInfo.cs (1)
18
/// Initializes a new instance of <see cref="
ComponentInfo
"/>.
Discovery\RazorComponentApplication.cs (5)
16
private readonly
ComponentInfo
[] _components;
20
ComponentInfo
[] componentCollection)
33
/// Gets the list of <see cref="
ComponentInfo
"/> associated with the application.
35
public IReadOnlyList<
ComponentInfo
> Components => _components;
42
var
component = Components[i];