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