2 writes to _outgoingInteractionChannels
Aspire.Dashboard (2)
ResourceService\DashboardClient.cs (2)
563ImmutableInterlocked.Update(ref _outgoingInteractionChannels, static (set, channel) => set.Add(channel), channel); 585ImmutableInterlocked.Update(ref _outgoingInteractionChannels, static (set, channel) => set.Remove(channel), channel);
1 reference to _outgoingInteractionChannels
Aspire.Dashboard (1)
ResourceService\DashboardClient.cs (1)
463foreach (var channel in _outgoingInteractionChannels)