1 write to _cancellationToken
NuGet.Protocol (1)
Plugins\AutomaticProgressReporter.cs (1)
32_cancellationToken = _cancellationTokenSource.Token;
4 references to _cancellationToken
NuGet.Protocol (4)
Plugins\AutomaticProgressReporter.cs (4)
46_semaphore.Wait(_cancellationToken); 149_semaphore.Wait(_cancellationToken); 181await _connection.SendAsync(progress, _cancellationToken); 191_cancellationToken);