Skip to content

Conversation

ajcvickers
Copy link
Contributor

Fixes #31433

@ajcvickers ajcvickers requested a review from a team September 6, 2023 18:46
currentVariable,
MakeMemberAccess(_instance, property.GetMemberInfo(forMaterialization: true, forSet: false))),
MakeMemberAccess(_instance, property.GetMemberInfo(forMaterialization: true, forSet: false))
.Assign(currentVariable),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't the order reversed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. The second call to Assign is to an extension method.

@ajcvickers ajcvickers merged commit a6e9f7e into release/8.0 Sep 7, 2023
@ajcvickers ajcvickers deleted the 230906_LookBehindTheCurtain branch September 7, 2023 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Owned Json entity with init-only property setter results in ArgumentException in Preview 7
2 participants