5 references to creationOptions
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
479ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.creationOptions); 699ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.creationOptions);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (2)
209ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.creationOptions); 1525ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.creationOptions);
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
953case ExceptionArgument.creationOptions: