4 references to ERR_AbstractBaseRecordImplementation
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
652
or ErrorCode.
ERR_AbstractBaseRecordImplementation
Symbols\Synthesized\Records\SynthesizedRecordEquals.cs (1)
117
diagnostics.Add(ErrorCode.
ERR_AbstractBaseRecordImplementation
, GetFirstLocation(), this, baseEquals);
Symbols\Synthesized\Records\SynthesizedRecordGetHashCode.cs (1)
90
diagnostics.Add(ErrorCode.
ERR_AbstractBaseRecordImplementation
, GetFirstLocation(), this, overridden);
Symbols\Synthesized\Records\SynthesizedRecordPrintMembers.cs (1)
166
diagnostics.Add(ErrorCode.
ERR_AbstractBaseRecordImplementation
, GetFirstLocation(), this, basePrintMethod);