1 instantiation of SynthesizedRecordGetHashCode
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5489
getHashCode = new
SynthesizedRecordGetHashCode
(this, equalityContract, memberOffset: members.Count);
1 reference to SynthesizedRecordGetHashCode
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5111
if (thisEquals is not SynthesizedRecordEquals && getHashCode is
SynthesizedRecordGetHashCode
)