1 write to _currentSemaphore
System.ServiceModel.Primitives (1)
Internals\System\Runtime\AsyncLock.cs (1)
78_currentSemaphore = currentSemaphore;
6 references to _currentSemaphore
System.ServiceModel.Primitives (6)
Internals\System\Runtime\AsyncLock.cs (6)
90if (_currentSemaphore == _asyncLock._topLevelSemaphore) 96_asyncLock._currentSemaphore.Value = _currentSemaphore; 105_currentSemaphore.Release(); 113if (_currentSemaphore == _asyncLock._topLevelSemaphore) 119_asyncLock._currentSemaphore.Value = _currentSemaphore; 123_currentSemaphore.Release();