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