3 references to RemoveRootComponent
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
866webRootComponentManager.RemoveRootComponent(operation.SsrComponentId);
Microsoft.AspNetCore.Components.Server.Tests (2)
Circuits\RemoteRendererTest.cs (2)
613var ex = Assert.Throws<InvalidOperationException>(() => renderer.GetOrCreateWebRootComponentManager().RemoveRootComponent(1)); 630webRootComponentManager.RemoveRootComponent(0);