5 instantiations of WebRootComponentParameters
Microsoft.AspNetCore.Components.Server (2)
Microsoft.AspNetCore.Components.Server.Tests (3)
19 references to WebRootComponentParameters
Microsoft.AspNetCore.Components.Server (11)
Microsoft.AspNetCore.Components.Server.Tests (8)
Circuits\RemoteRendererTest.cs (6)
483WebRootComponentParameters.Empty);
517await webRootComponentManager.UpdateRootComponentAsync(1, typeof(TestComponent), key, WebRootComponentParameters.Empty);
537await webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), new("1", null), WebRootComponentParameters.Empty);
575webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, WebRootComponentParameters.Empty);
682WebRootComponentParameters.Empty);
686private static WebRootComponentParameters CreateWebRootComponentParameters(IDictionary<string, object> parameters)