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