1 write to _cancellationToken
NuGet.Protocol (1)
Plugins\AutomaticProgressReporter.cs (1)
34_cancellationToken = _cancellationTokenSource.Token;
4 references to _cancellationToken
NuGet.Protocol (4)
Plugins\AutomaticProgressReporter.cs (4)
48_semaphore.Wait(_cancellationToken); 151_semaphore.Wait(_cancellationToken); 183await _connection.SendAsync(progress, _cancellationToken); 193_cancellationToken);