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)
21if (_jsRootComponentCount >= _circuitOptions.RootComponents.MaxJSRootComponents) 23throw new InvalidOperationException($"Cannot add further JS root components because the configured limit of {_circuitOptions.RootComponents.MaxJSRootComponents} has been reached.");