5 references to SynchronizationLockException
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Condition.cs (3)
104throw new SynchronizationLockException(); 150throw new SynchronizationLockException(); 159throw new SynchronizationLockException();
src\System\Threading\Monitor.CoreCLR.cs (2)
102throw new SynchronizationLockException(); 151throw new SynchronizationLockException();