2 writes to _cts
Aspire.Hosting.DevTunnels (2)
CoalescingAsyncOperation.cs (2)
44_cts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken); 100_cts = null;
4 references to _cts
Aspire.Hosting.DevTunnels (4)
CoalescingAsyncOperation.cs (4)
43_cts?.Dispose(); 45current = _runningTask = ExecuteWrapperAsync(_cts.Token); 93_cts?.Cancel(); 99_cts?.Dispose();