20 instantiations of AssemblyComponentLibraryDescriptor
Microsoft.AspNetCore.Components.Endpoints (1)
Discovery\IRazorComponentApplication.cs (1)
17builder.AddLibrary(new AssemblyComponentLibraryDescriptor(libraryName, pages, components));
Microsoft.AspNetCore.Components.Endpoints.Tests (19)
Builder\RazorComponentsEndpointConventionBuilderExtensionsTest.cs (1)
248builder.ApplicationBuilder.AddLibrary(new AssemblyComponentLibraryDescriptor(
Discovery\ComponentApplicationBuilderTests.cs (16)
13builder.AddLibrary(new AssemblyComponentLibraryDescriptor( 44builder.AddLibrary(new AssemblyComponentLibraryDescriptor( 49builder.AddLibrary(new AssemblyComponentLibraryDescriptor( 83builder.AddLibrary(new AssemblyComponentLibraryDescriptor( 88builder.AddLibrary(new AssemblyComponentLibraryDescriptor( 118builder.AddLibrary(new AssemblyComponentLibraryDescriptor( 124builder2.AddLibrary(new AssemblyComponentLibraryDescriptor( 159builder.AddLibrary(new AssemblyComponentLibraryDescriptor( 164builder.AddLibrary(new AssemblyComponentLibraryDescriptor( 170builder2.AddLibrary(new AssemblyComponentLibraryDescriptor( 175builder2.AddLibrary(new AssemblyComponentLibraryDescriptor( 218builder.AddLibrary(new AssemblyComponentLibraryDescriptor( 223builder.AddLibrary(new AssemblyComponentLibraryDescriptor( 228builder.AddLibrary(new AssemblyComponentLibraryDescriptor( 234builder2.AddLibrary(new AssemblyComponentLibraryDescriptor( 239builder2.AddLibrary(new AssemblyComponentLibraryDescriptor(
HotReloadServiceTests.cs (1)
202builder.AddLibrary(new AssemblyComponentLibraryDescriptor(
RazorComponentEndpointDataSourceTest.cs (1)
205builder.AddLibrary(new AssemblyComponentLibraryDescriptor(
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)
73internal void AddLibrary(AssemblyComponentLibraryDescriptor libraryBuilder)