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