14 instantiations of LockRecursionException
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\NonReentrantLock.cs (1)
86throw new LockRecursionException();
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\NonReentrantLock.cs (1)
86throw new LockRecursionException();
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\NonReentrantLock.cs (1)
86throw new 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);
16 references to LockRecursionException
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\NonReentrantLock.cs (1)
81/// <exception cref="LockRecursionException">The caller already holds the lock</exception>
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\NonReentrantLock.cs (1)
81/// <exception cref="LockRecursionException">The caller already holds the lock</exception>
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\NonReentrantLock.cs (1)
81/// <exception cref="LockRecursionException">The caller already holds the lock</exception>
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1137[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LockRecursionException))]
netstandard (1)
netstandard.cs (1)
2086[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LockRecursionException))]
System.Core (1)
System.Core.cs (1)
241[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LockRecursionException))]
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (5)
69/// <exception cref="LockRecursionException"> 104/// <exception cref="LockRecursionException"> 160/// <exception cref="LockRecursionException"> 188/// <exception cref="LockRecursionException"> 222/// <exception cref="LockRecursionException">
src\libraries\System.Private.CoreLib\src\System\Threading\SpinLock.cs (4)
142/// <exception cref="LockRecursionException"> 170/// <exception cref="LockRecursionException"> 212/// <exception cref="LockRecursionException"> 250/// <exception cref="LockRecursionException">
System.Threading (1)
artifacts\obj\System.Threading\Debug\net10.0\System.Threading.Forwards.cs (1)
14[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LockRecursionException))]