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