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)
517await webRootComponentManager.UpdateRootComponentAsync(1, typeof(TestComponent), key, WebRootComponentParameters.Empty); 537await webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), new("1", null), WebRootComponentParameters.Empty); 556webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, CreateWebRootComponentParameters(parameters)); 575webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, WebRootComponentParameters.Empty); 595webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, CreateWebRootComponentParameters(parameters));