2 writes to _jsRootComponentCount
Microsoft.AspNetCore.Components.Server (2)
Circuits\CircuitJSComponentInterop.cs (2)
27
_jsRootComponentCount
++;
36
_jsRootComponentCount
--;
1 reference to _jsRootComponentCount
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitJSComponentInterop.cs (1)
21
if (
_jsRootComponentCount
>= _circuitOptions.RootComponents.MaxJSRootComponents)