4 references to _cancellationTokenSource
NuGet.Build.Tasks (4)
StaticGraphRestoreTaskBase.cs (4)
88public void Cancel() => _cancellationTokenSource.Cancel(); 189semaphore.Wait(_cancellationTokenSource.Token); 211if (_cancellationTokenSource.IsCancellationRequested) 365_cancellationTokenSource.Dispose();