4 references to _cts
NuGet.Build.Tasks (4)
RestoreTask.cs (4)
159catch (AggregateException ex) when (_cts.Token.IsCancellationRequested && ex.InnerException is OperationCanceledException) 253cancellationToken: _cts.Token); 272_cts.Cancel(); 290_cts.Dispose();