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
)
416
lock (
_cacheableKeyRingLockObj
)
442
/// Must be called under <see cref="
_cacheableKeyRingLockObj
"/>.