Steps to Reproduce:

Expected Behavior:
No suggestion
Actual Behavior:
Severity Code Description Project File Line Suppression State
Message IDE0070 'GetHashCode' implementation can be simplified Microsoft.VisualStudio.ProjectSystem.VS.Implementation C:\CPS\src\Microsoft.VisualStudio.ProjectSystem.VS.Implementation\Package\DebugTargetsSubscriptionService.cs 510 Active
After using the suggestion, get:
Severity Code Description Project File Line Suppression State
Error CS0122 'HashCode' is inaccessible due to its protection level Microsoft.VisualStudio.ProjectSystem.VS.Implementation C:\CPS\src\Microsoft.VisualStudio.ProjectSystem.VS.Implementation\Package\DebugTargetsSubscriptionService.cs 512 Active
Steps to Reproduce:
Expected Behavior:
No suggestion
Actual Behavior:
After using the suggestion, get: