2 writes to _outgoingChannels
Aspire.Hosting (2)
ApplicationModel\TerminalService.cs (2)
321
ImmutableInterlocked.Update(ref
_outgoingChannels
, static (set, c) => set.Add(c), channel);
372
ImmutableInterlocked.Update(ref
_outgoingChannels
, static (set, c) => set.Remove(c), channel);
2 references to _outgoingChannels
Aspire.Hosting (2)
ApplicationModel\TerminalService.cs (2)
432
foreach (var channel in
_outgoingChannels
)
498
foreach (var channel in
_outgoingChannels
)