1 instantiation of AssemblyComponentLibraryDescriptor
Microsoft.AspNetCore.Components.Endpoints (1)
Discovery\IRazorComponentApplication.cs (1)
17
builder.AddLibrary(new
AssemblyComponentLibraryDescriptor
(libraryName, pages, components));
2 references to AssemblyComponentLibraryDescriptor
Microsoft.AspNetCore.Components.Endpoints (2)
Discovery\AssemblyComponentLibraryDescriptor.cs (1)
18
/// Initializes a new instance of <see cref="
AssemblyComponentLibraryDescriptor
"/>.</summary>
Discovery\ComponentApplicationBuilder.cs (1)
73
internal void AddLibrary(
AssemblyComponentLibraryDescriptor
libraryBuilder)