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