12 references to AssertInRange
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Random.cs (12)
62AssertInRange(result, 0, int.MaxValue); 78AssertInRange(result, 0, maxValue); 98AssertInRange(result, minValue, maxValue); 107AssertInRange(result, 0, long.MaxValue); 123AssertInRange(result, 0, maxValue); 143AssertInRange(result, minValue, maxValue); 487AssertInRange(result, 0, int.MaxValue); 496AssertInRange(result, 0, maxValue); 508AssertInRange(result, minValue, maxValue); 515AssertInRange(result, 0, long.MaxValue); 524AssertInRange(result, 0, maxValue); 536AssertInRange(result, minValue, maxValue);