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