I'd like to be able to use extract local on field and property names (to avoid repeated accesses, especially in multi-threaded scenarios). I can also imagine wanting to use extract local on something like a foreach iteration variable (for capturing or mutation purposes), but that's much less interesting.
I'd like to be able to use extract local on field and property names (to avoid repeated accesses, especially in multi-threaded scenarios). I can also imagine wanting to use extract local on something like a
foreachiteration variable (for capturing or mutation purposes), but that's much less interesting.