1 write to _equalityContract
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\Records\SynthesizedRecordGetHashCode.cs (1)
24_equalityContract = equalityContract;
4 references to _equalityContract
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\Records\SynthesizedRecordGetHashCode.cs (4)
58Debug.Assert(_equalityContract is not null); 59if (_equalityContract.GetMethod is null) 66if (_equalityContract.IsStatic) 75currentHashValue = MethodBodySynthesizer.GenerateGetHashCode(equalityComparer_GetHashCode, equalityComparer_get_Default, F.Property(F.This(), _equalityContract), F);