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