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