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