11 instantiations of SynchronizationLockException
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Threading\ReaderWriterLockSlim.cs (9)
777
throw new
SynchronizationLockException
(SR.SynchronizationLockException_MisMatchedRead);
813
throw new
SynchronizationLockException
(SR.SynchronizationLockException_MisMatchedWrite);
825
throw new
SynchronizationLockException
(SR.SynchronizationLockException_MisMatchedWrite);
831
throw new
SynchronizationLockException
(SR.SynchronizationLockException_MisMatchedWrite);
860
throw new
SynchronizationLockException
(SR.SynchronizationLockException_MisMatchedUpgrade);
872
throw new
SynchronizationLockException
(SR.SynchronizationLockException_MisMatchedUpgrade);
878
throw new
SynchronizationLockException
(SR.SynchronizationLockException_MisMatchedUpgrade);
1255
throw new
SynchronizationLockException
(SR.SynchronizationLockException_IncorrectDispose);
1258
throw new
SynchronizationLockException
(SR.SynchronizationLockException_IncorrectDispose);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
686
throw new
SynchronizationLockException
(SR.Lock_Exit_SynchronizationLockException);
System.Threading (1)
System\Threading\ReaderWriterLock.cs (1)
922
throw 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
))]