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