roslyn icon indicating copy to clipboard operation
roslyn copied to clipboard

Fixes EnC slot mapping for certain kinds of synthesized variables lifted to state machine fields

Open tmat opened this issue 1 year ago • 1 comments

Fixes https://github.com/dotnet/roslyn/issues/63294

In C#, we were not correctly mapping slots for variables holding on closures that were lifted to state machine fields. In VB, we were accidentally mapping these correctly but were not mapping lifted variables that store values of With statements.

tmat avatar Aug 09 '22 23:08 tmat

@davidwengier @cston @jcouv PTAL

tmat avatar Aug 09 '22 23:08 tmat