4 references to _cts
NuGet.Build.Tasks (4)
RestoreTask.cs (4)
152
catch (AggregateException ex) when (
_cts
.Token.IsCancellationRequested && ex.InnerException is OperationCanceledException)
199
cancellationToken:
_cts
.Token);
218
_cts
.Cancel();
236
_cts
.Dispose();