2 references to GetThrottleSemaphoreSlim
NuGet.Commands (2)
RestoreCommand\SourceRepositoryDependencyProvider.cs (2)
51
private static SemaphoreSlim _throttle =
GetThrottleSemaphoreSlim
(EnvironmentVariableWrapper.Instance);
59
SemaphoreSlim previous = Interlocked.Exchange(ref _throttle,
GetThrottleSemaphoreSlim
(EnvironmentVariableWrapper.Instance));