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)
56Debug.Assert(_equalityContract is not null); 57if (_equalityContract.GetMethod is null) 64if (_equalityContract.IsStatic) 73currentHashValue = MethodBodySynthesizer.GenerateGetHashCode(equalityComparer_GetHashCode, equalityComparer_get_Default, F.Property(F.This(), _equalityContract), F);