1 write to _asyncLock
System.ServiceModel.Primitives (1)
Internals\System\Runtime\AsyncLock.cs (1)
80_asyncLock = asyncLock;
8 references to _asyncLock
System.ServiceModel.Primitives (8)
Internals\System\Runtime\AsyncLock.cs (8)
85Fx.Assert(_nextSemaphore == _asyncLock._currentSemaphore.Value, "_nextSemaphore was expected to by the current semaphore"); 90if (_currentSemaphore == _asyncLock._topLevelSemaphore) 92_asyncLock._currentSemaphore.Value = null; 96_asyncLock._currentSemaphore.Value = _currentSemaphore; 112Fx.Assert(_nextSemaphore == _asyncLock._currentSemaphore.Value, "_nextSemaphore was expected to by the current semaphore"); 113if (_currentSemaphore == _asyncLock._topLevelSemaphore) 115_asyncLock._currentSemaphore.Value = null; 119_asyncLock._currentSemaphore.Value = _currentSemaphore;