extractAll property

bool extractAll
getter/setter pair

True if all occurrences of the expression within the scope in which the variable will be defined should be replaced by a reference to the local variable. The expression used to initiate the refactoring will always be replaced.

Implementation

bool extractAll;