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