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); 775AssertInRange(result, 0, int.MaxValue); 784AssertInRange(result, 0, maxValue); 796AssertInRange(result, minValue, maxValue); 803AssertInRange(result, 0, long.MaxValue); 812AssertInRange(result, 0, maxValue); 824AssertInRange(result, minValue, maxValue);