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