4 references to Arg_SynchronizationLockException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\SynchronizationLockException.cs (3)
18: base(SR.Arg_SynchronizationLockException) 24: base(message ?? SR.Arg_SynchronizationLockException) 30: base(message ?? SR.Arg_SynchronizationLockException, innerException)
src\System\Threading\Mutex.CoreCLR.Unix.cs (1)
77throw new ApplicationException(SR.Arg_SynchronizationLockException);