Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Merge changes from TFS #3552

Merged
1 commit merged into from
May 8, 2017
Merged

Merge changes from TFS #3552

1 commit merged into from
May 8, 2017

Conversation

dotnet-bot
Copy link
Collaborator

No description provided.

This ports dotnet/coreclr#6240 over to Project N.

The TL;DR version of the change is "private fields in base classes are no
longer disregarded by Equals()/GetHashCode()".

In fact, changing ExposeToDerivedClasses() to return true always is sufficient
to effect the desired change. The rest of the delta is just the result of
constant-folding and dead-coding from that point.

[tfs-changeset: 1657635]
@ghost ghost merged commit f0ce17b into dotnet:nmirror May 8, 2017
@dotnet-bot dotnet-bot deleted the from-tfs branch May 8, 2017 22:08
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants