3 writes to _outgoingChannels
Aspire.Dashboard (3)
ResourceService\DashboardClient.cs (3)
436ImmutableInterlocked.Update(ref _outgoingChannels, static (set, channel) => set.Add(channel), channel); 462ImmutableInterlocked.Update(ref _outgoingChannels, static (set, channel) => set.Remove(channel), channel); 581_outgoingChannels = [];
2 references to _outgoingChannels
Aspire.Dashboard (2)
ResourceService\DashboardClient.cs (2)
213internal int OutgoingResourceSubscriberCount => _outgoingChannels.Count; 388foreach (var channel in _outgoingChannels)