6 references to Empty
Microsoft.AspNetCore.Components.Server.Tests (6)
Circuits\CircuitHostTest.cs (1)
886
return WebRootComponentParameters.
Empty
;
Circuits\RemoteRendererTest.cs (5)
482
WebRootComponentParameters.
Empty
);
516
await webRootComponentManager.UpdateRootComponentAsync(1, typeof(TestComponent), key, WebRootComponentParameters.
Empty
);
536
await webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), new("1", null), WebRootComponentParameters.
Empty
);
574
webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, WebRootComponentParameters.
Empty
);
681
WebRootComponentParameters.
Empty
);