1 write to _circuitOptions
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitJSComponentInterop.cs (1)
16
_circuitOptions
= circuitOptions;
2 references to _circuitOptions
Microsoft.AspNetCore.Components.Server (2)
Circuits\CircuitJSComponentInterop.cs (2)
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.");