1 override of RemoveRootComponent
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitJSComponentInterop.cs (1)
31
protected override void
RemoveRootComponent
(int componentId)
2 references to RemoveRootComponent
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitJSComponentInterop.cs (1)
33
base.
RemoveRootComponent
(componentId);
Microsoft.AspNetCore.Components.Web (1)
WebRenderer.cs (1)
180
=> _jsComponentInterop.
RemoveRootComponent
(componentId);