1 write to RootComponents
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\RemoteRendererTest.cs (1)
659
RootComponents
=
3 references to RootComponents
Microsoft.AspNetCore.Components.Server (3)
Circuits\CircuitJSComponentInterop.cs (3)
14
: base(circuitOptions.
RootComponents
.JSComponents)
21
if (_jsRootComponentCount >= _circuitOptions.
RootComponents
.MaxJSRootComponents)
23
throw new InvalidOperationException($"Cannot add further JS root components because the configured limit of {_circuitOptions.
RootComponents
.MaxJSRootComponents} has been reached.");