8 references to _disposeCts
Aspire.Hosting.Browsers.Tests (8)
src\Aspire.Hosting.Browsers\BrowserLogsCdpConnection.cs (8)
203_disposeCts.Cancel(); 221_disposeCts.Dispose(); 239using var sendCts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken, _disposeCts.Token); 264catch (OperationCanceledException) when (!cancellationToken.IsCancellationRequested && !_disposeCts.IsCancellationRequested) 280while (!_disposeCts.IsCancellationRequested) 282var frame = await _transport.ReceiveAsync(_disposeCts.Token).ConfigureAwait(false); 298catch (OperationCanceledException) when (_disposeCts.IsCancellationRequested) 317if (!_disposeCts.IsCancellationRequested)