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