5 references to SynthesizedRecordEquals
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4258
if (thisEquals is not
SynthesizedRecordEquals
&& getHashCode is SynthesizedRecordGetHashCode)
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
1632
return hidingMember is
SynthesizedRecordEquals
|| hidingMember is SynthesizedRecordDeconstruct || hidingMember is SynthesizedRecordClone;
Symbols\Synthesized\Records\SynthesizedRecordEqualityOperator.cs (1)
22
///The 'Equals' method called by the '==' operator is the 'Equals(R? other)' (<see cref="
SynthesizedRecordEquals
"/>).
Symbols\Synthesized\Records\SynthesizedRecordEqualityOperatorBase.cs (1)
31
///The 'Equals' method called by the '==' operator is the 'Equals(R? other)' (<see cref="
SynthesizedRecordEquals
"/>).
Symbols\Synthesized\Records\SynthesizedRecordInequalityOperator.cs (1)
24
///The 'Equals' method called by the '==' operator is the 'Equals(R? other)' (<see cref="
SynthesizedRecordEquals
"/>).