2 writes to _isSubscribedToLocationChanges
Microsoft.AspNetCore.Components (2)
Routing\SupplyParameterFromQueryValueProvider.cs (2)
109_isSubscribedToLocationChanges = true; 120_isSubscribedToLocationChanges = false;
3 references to _isSubscribedToLocationChanges
Microsoft.AspNetCore.Components (3)
Routing\SupplyParameterFromQueryValueProvider.cs (3)
37if (_pendingSubscribers?.Count > 0 || (TryUpdateUri() && _isSubscribedToLocationChanges)) 104if (_isSubscribedToLocationChanges) 115if (!_isSubscribedToLocationChanges)