2 writes to _cts
Aspire.Hosting.Python (2)
src\Shared\CoalescingAsyncOperation.cs (2)
44_cts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken); 103_cts = null;
4 references to _cts
Aspire.Hosting.Python (4)
src\Shared\CoalescingAsyncOperation.cs (4)
43_cts?.Dispose(); 45current = _runningTask = ExecuteWrapperAsync(_cts.Token); 96_cts?.Cancel(); 102_cts?.Dispose();