2 instantiations of SafeSemaphoreRelease
System.ServiceModel.Primitives (2)
Internals\System\Runtime\AsyncLock.cs (2)
33var safeRelease = new SafeSemaphoreRelease(currentSem, nextSem, this); 53return new SafeSemaphoreRelease(currentSem, nextSem, this);
2 references to SafeSemaphoreRelease
System.ServiceModel.Primitives (2)
Internals\System\Runtime\AsyncLock.cs (2)
33var safeRelease = new SafeSemaphoreRelease(currentSem, nextSem, this); 37private async Task<IAsyncDisposable> TakeLockCoreAsync(SemaphoreSlim currentSemaphore, SafeSemaphoreRelease safeSemaphoreRelease)