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)
485WebRootComponentParameters.Empty);
519await webRootComponentManager.UpdateRootComponentAsync(1, typeof(TestComponent), key, WebRootComponentParameters.Empty);
539await webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), new("1", null), WebRootComponentParameters.Empty);
577webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, WebRootComponentParameters.Empty);
684WebRootComponentParameters.Empty);
688private static WebRootComponentParameters CreateWebRootComponentParameters(IDictionary<string, object> parameters)