4 references to millisecondsDelay
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenSource.cs (2)
190ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.millisecondsDelay); 412ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.millisecondsDelay);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
5721ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.millisecondsDelay, ExceptionResource.Task_Delay_InvalidMillisecondsDelay);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
989case ExceptionArgument.millisecondsDelay: