3 references to SpinCountState_MaxValue
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\ManualResetEventSlim.cs (3)
112Debug.Assert(value <= SpinCountState_MaxValue, "SpinCount is a restricted-width integer. The value supplied is outside the legal range."); 178ArgumentOutOfRangeException.ThrowIfGreaterThan(spinCount, SpinCountState_MaxValue); 196Debug.Assert(DEFAULT_SPIN_SP <= SpinCountState_MaxValue, "Internal error - DEFAULT_SPIN_SP is outside the legal range.");