4 references to SynthesizedRecordEquals
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
1645
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
"/>).