3 writes to _outgoingInteractionChannels
Aspire.Dashboard (3)
ServiceClient\DashboardClient.cs (3)
909
ImmutableInterlocked.Update(ref
_outgoingInteractionChannels
, static (set, channel) => set.Add(channel), channel);
931
ImmutableInterlocked.Update(ref
_outgoingInteractionChannels
, static (set, channel) => set.Remove(channel), channel);
1162
_outgoingInteractionChannels
= [];
2 references to _outgoingInteractionChannels
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (2)
251
internal int OutgoingInteractionSubscriberCount =>
_outgoingInteractionChannels
.Count;
762
foreach (var channel in
_outgoingInteractionChannels
)