1 write to _subscribers
Microsoft.AspNetCore.Components (1)
Routing\SupplyParameterFromQueryValueProvider.cs (1)
47_subscribers ??= new();
7 references to _subscribers
Microsoft.AspNetCore.Components (7)
Routing\SupplyParameterFromQueryValueProvider.cs (7)
48_subscribers.Add(subscriber); 55Debug.Assert(_subscribers is not null); 56_subscribers.Remove(subscriber); 59if (_subscribers.Count == 0 && _pendingSubscribers is null or { Count: 0 }) 127Debug.Assert(_subscribers is not null); 136foreach (var subscriber in _subscribers) 148_subscribers.Add(subscriber);