6 references to Empty
Microsoft.AspNetCore.Components.Server.Tests (6)
Circuits\CircuitHostTest.cs (1)
886
return WebRootComponentParameters.
Empty
;
Circuits\RemoteRendererTest.cs (5)
485
WebRootComponentParameters.
Empty
);
519
await webRootComponentManager.UpdateRootComponentAsync(1, typeof(TestComponent), key, WebRootComponentParameters.
Empty
);
539
await webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), new("1", null), WebRootComponentParameters.
Empty
);
577
webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, WebRootComponentParameters.
Empty
);
684
WebRootComponentParameters.
Empty
);