4 references to _cacheableKeyRingLockObj
Microsoft.AspNetCore.DataProtection (4)
KeyManagement\KeyRingProvider.cs (4)
248Monitor.TryEnter(_cacheableKeyRingLockObj, (existingCacheableKeyRing != null) ? 0 : Timeout.Infinite, ref acquiredLock); 320Monitor.Exit(_cacheableKeyRingLockObj); 346lock (_cacheableKeyRingLockObj) 471/// Must be called under <see cref="_cacheableKeyRingLockObj"/>.