3 writes to _outgoingInteractionChannels
Aspire.Dashboard (3)
ServiceClient\DashboardClient.cs (3)
625ImmutableInterlocked.Update(ref _outgoingInteractionChannels, static (set, channel) => set.Add(channel), channel); 647ImmutableInterlocked.Update(ref _outgoingInteractionChannels, static (set, channel) => set.Remove(channel), channel); 768_outgoingInteractionChannels = [];
2 references to _outgoingInteractionChannels
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (2)
222internal int OutgoingInteractionSubscriberCount => _outgoingInteractionChannels.Count; 492foreach (var channel in _outgoingInteractionChannels)