4 references to RootComponents
Microsoft.AspNetCore.Components.Server (4)
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.");
src\aspnetcore\src\Components\Shared\src\WebRootComponentManager.cs (1)
43
if (_webRootComponents.Count + 1 > renderer._options.
RootComponents
.MaxJSRootComponents)