You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been suggested that for such methods we should run the strong version of definite assignment, treating even private variables in other assemblies as significant.
Once a decision is made about what we should do, this issue should be edited to describe that decision and the compiler should be adjusted to implement it.
The text was updated successfully, but these errors were encountered:
Methods under the attribute SkipLocalsInit do not clear the frame's locals before running the code.
This interacts poorly with #30194
It has been suggested that for such methods we should run the strong version of definite assignment, treating even private variables in other assemblies as significant.
Once a decision is made about what we should do, this issue should be edited to describe that decision and the compiler should be adjusted to implement it.
The text was updated successfully, but these errors were encountered: