12 references to AssertInRange
System.Private.CoreLib (12)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Random.cs (12)
64AssertInRange(result, 0, int.MaxValue); 80AssertInRange(result, 0, maxValue); 100AssertInRange(result, minValue, maxValue); 109AssertInRange(result, 0, long.MaxValue); 125AssertInRange(result, 0, maxValue); 145AssertInRange(result, minValue, maxValue); 781AssertInRange(result, 0, int.MaxValue); 790AssertInRange(result, 0, maxValue); 802AssertInRange(result, minValue, maxValue); 809AssertInRange(result, 0, long.MaxValue); 818AssertInRange(result, 0, maxValue); 830AssertInRange(result, minValue, maxValue);