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); 388AssertInRange(result, 0, int.MaxValue); 397AssertInRange(result, 0, maxValue); 409AssertInRange(result, minValue, maxValue); 416AssertInRange(result, 0, long.MaxValue); 425AssertInRange(result, 0, maxValue); 437AssertInRange(result, minValue, maxValue);