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