2 implementations of Release
NuGet.Protocol (2)
HttpSource\NullThrottle.cs (1)
29public void Release()
HttpSource\SemaphoreSlimThrottle.cs (1)
29public void Release()
3 references to Release
NuGet.Protocol (3)
HttpSource\HttpSource.cs (2)
364_throttle.Release(); 514Interlocked.Exchange(ref _throttle, null)?.Release();
HttpSource\IThrottle.cs (1)
13/// application should call <see cref="Release"/>. The implementation of <see cref="WaitAsync"/>