3 writes to _outgoingResourceChannels
Aspire.Dashboard (3)
ServiceClient\DashboardClient.cs (3)
570
ImmutableInterlocked.Update(ref
_outgoingResourceChannels
, static (set, channel) => set.Add(channel), channel);
596
ImmutableInterlocked.Update(ref
_outgoingResourceChannels
, static (set, channel) => set.Remove(channel), channel);
757
_outgoingResourceChannels
= [];
2 references to _outgoingResourceChannels
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (2)
221
internal int OutgoingResourceSubscriberCount =>
_outgoingResourceChannels
.Count;
419
foreach (var channel in
_outgoingResourceChannels
)