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