4 references to Overflow_MutexReacquireCount
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitSubsystem.ThreadWaitInfo.Unix.cs (1)
270
throw new OverflowException(SR.
Overflow_MutexReacquireCount
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitSubsystem.WaitableObject.Unix.cs (3)
329
throw new OverflowException(SR.
Overflow_MutexReacquireCount
);
405
throw new OverflowException(SR.
Overflow_MutexReacquireCount
);
440
throw new OverflowException(SR.
Overflow_MutexReacquireCount
);