11 references to LockRecursionException
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (1)
336
throw new
LockRecursionException
(SR.Lock_Enter_LockRecursionException);
src\libraries\System.Private.CoreLib\src\System\Threading\ReaderWriterLockSlim.cs (9)
307
throw new
LockRecursionException
(SR.LockRecursionException_ReadAfterWriteNotAllowed);
321
throw new
LockRecursionException
(SR.LockRecursionException_RecursiveReadNotAllowed);
455
throw new
LockRecursionException
(SR.LockRecursionException_RecursiveWriteNotAllowed);
475
throw new
LockRecursionException
(SR.LockRecursionException_WriteAfterReadNotAllowed);
512
throw new
LockRecursionException
(SR.LockRecursionException_WriteAfterReadNotAllowed);
660
throw new
LockRecursionException
(SR.LockRecursionException_RecursiveUpgradeNotAllowed);
665
throw new
LockRecursionException
(SR.LockRecursionException_UpgradeAfterWriteNotAllowed);
674
throw new
LockRecursionException
(SR.LockRecursionException_UpgradeAfterReadNotAllowed);
706
throw new
LockRecursionException
(SR.LockRecursionException_UpgradeAfterReadNotAllowed);
src\libraries\System.Private.CoreLib\src\System\Threading\SpinLock.cs (1)
418
throw new
LockRecursionException
(SR.SpinLock_TryEnter_LockRecursionException);