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