4 references to WRN_RecordEqualsWithoutGetHashCode
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
291case ErrorCode.WRN_RecordEqualsWithoutGetHashCode: 2112or ErrorCode.WRN_RecordEqualsWithoutGetHashCode
Generated\ErrorFacts.Generated.cs (1)
257case ErrorCode.WRN_RecordEqualsWithoutGetHashCode:
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5113diagnostics.Add(ErrorCode.WRN_RecordEqualsWithoutGetHashCode, thisEquals.GetFirstLocation(), declaration.Name);