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)
38
if (_pendingSubscribers?.Count > 0 || (TryUpdateUri() && _isSubscribedToLocationChanges) ||
_isProcessingLocationChange
)