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();
45
current = _runningTask = ExecuteWrapperAsync(
_cts
.Token);
96
_cts
?.Cancel();
102
_cts
?.Dispose();