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