Skip to content

PropertySymbol.IsReadOnly/IsWriteOnly: use helpers that compiler uses itself to check for existence of a setter/getter#82390

Merged
AlekseyTs merged 1 commit into
dotnet:mainfrom
AlekseyTs:Issue82122
Feb 13, 2026
Merged

PropertySymbol.IsReadOnly/IsWriteOnly: use helpers that compiler uses itself to check for existence of a setter/getter#82390
AlekseyTs merged 1 commit into
dotnet:mainfrom
AlekseyTs:Issue82122

Conversation

@AlekseyTs

Copy link
Copy Markdown
Contributor

GetOwnOrInheritedSetMethod/GetOwnOrInheritedGetMethod are used when compiler decides whether a read/write operations are possible for a property.

Fixes #82122

… itself to check for existance of a setter/getter

GetOwnOrInheritedSetMethod/GetOwnOrInheritedGetMethod are used when compiler decides whether a read/write operations are possible for a property.

Fixes dotnet#82122
@AlekseyTs AlekseyTs requested a review from a team as a code owner February 12, 2026 19:53
@AlekseyTs AlekseyTs requested a review from a team February 13, 2026 14:10
@AlekseyTs

Copy link
Copy Markdown
Contributor Author

@dotnet/roslyn-compiler For a second review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assertion failed: Unrelated assembly in MakeFinalIVTDetermination

4 participants