1 write to _subscribers
Microsoft.AspNetCore.Components (1)
Routing\SupplyParameterFromQueryValueProvider.cs (1)
46_subscribers ??= new();
7 references to _subscribers
Microsoft.AspNetCore.Components (7)
Routing\SupplyParameterFromQueryValueProvider.cs (7)
47_subscribers.Add(subscriber); 54Debug.Assert(_subscribers is not null); 55_subscribers.Remove(subscriber); 58if (_subscribers.Count == 0 && _pendingSubscribers is null or { Count: 0 }) 126Debug.Assert(_subscribers is not null); 132foreach (var subscriber in _subscribers) 144_subscribers.Add(subscriber);