7 instantiations of WebRootComponentParameters
Microsoft.AspNetCore.Components.Server (2)
Microsoft.AspNetCore.Components.Server.Tests (5)
19 references to WebRootComponentParameters
Microsoft.AspNetCore.Components.Server (11)
Microsoft.AspNetCore.Components.Server.Tests (8)
Circuits\RemoteRendererTest.cs (6)
482WebRootComponentParameters.Empty);
516await webRootComponentManager.UpdateRootComponentAsync(1, typeof(TestComponent), key, WebRootComponentParameters.Empty);
536await webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), new("1", null), WebRootComponentParameters.Empty);
574webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, WebRootComponentParameters.Empty);
681WebRootComponentParameters.Empty);
685private static WebRootComponentParameters CreateWebRootComponentParameters(IDictionary<string, object> parameters)