6 references to UpdateRootComponentAsync
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
859
_ = webRootComponentManager.
UpdateRootComponentAsync
(
Microsoft.AspNetCore.Components.Server.Tests (5)
Circuits\RemoteRendererTest.cs (5)
517
await webRootComponentManager.
UpdateRootComponentAsync
(1, typeof(TestComponent), key, WebRootComponentParameters.Empty);
537
await webRootComponentManager.
UpdateRootComponentAsync
(0, typeof(TestComponent), new("1", null), WebRootComponentParameters.Empty);
556
webRootComponentManager.
UpdateRootComponentAsync
(0, typeof(TestComponent), key, CreateWebRootComponentParameters(parameters));
575
webRootComponentManager.
UpdateRootComponentAsync
(0, typeof(TestComponent), key, WebRootComponentParameters.Empty);
595
webRootComponentManager.
UpdateRootComponentAsync
(0, typeof(TestComponent), key, CreateWebRootComponentParameters(parameters));