2 writes to _isProcessingLocationChange
Microsoft.AspNetCore.Components (2)
Routing\SupplyParameterFromQueryValueProvider.cs (2)
129_isProcessingLocationChange = true; 156_isProcessingLocationChange = false;
1 reference to _isProcessingLocationChange
Microsoft.AspNetCore.Components (1)
Routing\SupplyParameterFromQueryValueProvider.cs (1)
38if (_pendingSubscribers?.Count > 0 || (TryUpdateUri() && _isSubscribedToLocationChanges) || _isProcessingLocationChange)