2 writes to _isSubscribedToLocationChanges
Microsoft.AspNetCore.Components (2)
Routing\SupplyParameterFromQueryValueProvider.cs (2)
96_isSubscribedToLocationChanges = true; 107_isSubscribedToLocationChanges = false;
3 references to _isSubscribedToLocationChanges
Microsoft.AspNetCore.Components (3)
Routing\SupplyParameterFromQueryValueProvider.cs (3)
38if (_pendingSubscribers?.Count > 0 || (TryUpdateUri() && _isSubscribedToLocationChanges) || _isProcessingLocationChange) 91if (_isSubscribedToLocationChanges) 102if (!_isSubscribedToLocationChanges)