4 references to _cts
NuGet.Build.Tasks (4)
RestoreTask.cs (4)
153
catch (AggregateException ex) when (
_cts
.Token.IsCancellationRequested && ex.InnerException is OperationCanceledException)
215
cancellationToken:
_cts
.Token);
234
_cts
.Cancel();
252
_cts
.Dispose();