11 instantiations of SynchronizationLockException
System.Private.CoreLib (10)
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)
686throw new SynchronizationLockException(SR.Lock_Exit_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)
133/// <exception cref="SynchronizationLockException"> 255/// <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\net10.0\System.Threading.Forwards.cs (1)
29[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SynchronizationLockException))]