5 references to _scanLock
aspire (5)
Backchannel\AuxiliaryBackchannelMonitor.cs (5)
370await _scanLock.WaitAsync(cancellationToken).ConfigureAwait(false); 413_scanLock.Release(); 427await _scanLock.WaitAsync(cancellationToken).ConfigureAwait(false); 440_scanLock.Release(); 628/// Sockets are selected under <see cref="_scanLock"/>, but the connect attempts are awaited after it