6 references to Empty
Microsoft.AspNetCore.Components.Server.Tests (6)
Circuits\CircuitHostTest.cs (1)
797
return WebRootComponentParameters.
Empty
;
Circuits\RemoteRendererTest.cs (5)
483
WebRootComponentParameters.
Empty
);
517
await webRootComponentManager.UpdateRootComponentAsync(1, typeof(TestComponent), key, WebRootComponentParameters.
Empty
);
537
await webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), new("1", null), WebRootComponentParameters.
Empty
);
575
webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, WebRootComponentParameters.
Empty
);
682
WebRootComponentParameters.
Empty
);