3 references to RemoveLibrary
Microsoft.AspNetCore.Components.Endpoints (1)
Discovery\ComponentApplicationBuilder.cs (1)
62this.RemoveLibrary(assembly.GetName().Name!);
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Discovery\ComponentApplicationBuilderTests.cs (1)
93builder.RemoveLibrary("App1");
HotReloadServiceTests.cs (1)
90endpointDataSource.Builder.RemoveLibrary("TestAssembly");