16 instantiations of SynchronizationLockException
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Threading\Condition.cs (3)
104throw new SynchronizationLockException(); 150throw new SynchronizationLockException(); 159throw new SynchronizationLockException();
src\libraries\System.Private.CoreLib\src\System\Threading\ReaderWriterLockSlim.cs (9)
777throw new SynchronizationLockException(SR.SynchronizationLockException_MisMatchedRead); 813throw new SynchronizationLockException(SR.SynchronizationLockException_MisMatchedWrite); 825throw new SynchronizationLockException(SR.SynchronizationLockException_MisMatchedWrite); 831throw new SynchronizationLockException(SR.SynchronizationLockException_MisMatchedWrite); 860throw new SynchronizationLockException(SR.SynchronizationLockException_MisMatchedUpgrade); 872throw new SynchronizationLockException(SR.SynchronizationLockException_MisMatchedUpgrade); 878throw new SynchronizationLockException(SR.SynchronizationLockException_MisMatchedUpgrade); 1255throw new SynchronizationLockException(SR.SynchronizationLockException_IncorrectDispose); 1258throw new SynchronizationLockException(SR.SynchronizationLockException_IncorrectDispose);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
692throw new SynchronizationLockException(SR.Lock_Exit_SynchronizationLockException);
src\System\Threading\Monitor.CoreCLR.cs (2)
102throw new SynchronizationLockException(); 151throw new SynchronizationLockException();
System.Threading (1)
System\Threading\ReaderWriterLock.cs (1)
922throw new SynchronizationLockException(SR.ReaderWriterLock_RestoreLockWithOwnedLocks);
7 references to SynchronizationLockException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1154[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SynchronizationLockException))]
netstandard (1)
netstandard.cs (1)
2106[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SynchronizationLockException))]
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (2)
146/// <exception cref="SynchronizationLockException"> 268/// <exception cref="SynchronizationLockException">
src\libraries\System.Private.CoreLib\src\System\Threading\SpinLock.cs (2)
456/// <exception cref="SynchronizationLockException"> 481/// <exception cref="SynchronizationLockException">
System.Threading (1)
artifacts\obj\System.Threading\Debug\net11.0\System.Threading.Forwards.cs (1)
29[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SynchronizationLockException))]