2 writes to _hasAnyCascadingParameterSubscriptions
Microsoft.AspNetCore.Components (2)
Rendering\ComponentState.cs (2)
54_hasAnyCascadingParameterSubscriptions = AddCascadingParameterSubscriptions(); 224_hasAnyCascadingParameterSubscriptions = AddCascadingParameterSubscriptions(CascadingParameterSubscriptionMode.MetadataRefresh);
3 references to _hasAnyCascadingParameterSubscriptions
Microsoft.AspNetCore.Components (3)
Rendering\ComponentState.cs (3)
181if (_hasAnyCascadingParameterSubscriptions) 211if (_hasAnyCascadingParameterSubscriptions) 367if (_hasAnyCascadingParameterSubscriptions)