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