Decompiled code is missing backing field attributes on auto properties #26422
Labels
Area-External
Area-IDE
Resolution-External
The behavior lies outside the functionality covered by this repository
Milestone
Version Used: VS 15.7 Preview 5 (2.8.0.62825)
Steps to Reproduce:
new Repro.Test().Prop
, put the caret onProp
and hit F12.Both projects were configured to use C# 7.3.
Expected Behavior: The disassembled code shows both attributes, with the decompiled code looking similar to the code above.
Actual Behavior: Only the property attribute is there. The backing field attribute does not appear in the code.
The text was updated successfully, but these errors were encountered: