5 references to ERR_SignatureMismatchInRecord
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (1)
2110or ErrorCode.ERR_SignatureMismatchInRecord
Symbols\Source\SourceMemberContainerSymbol.cs (4)
4274diagnostics.Add(ErrorCode.ERR_SignatureMismatchInRecord, deconstruct.GetFirstLocation(), deconstruct, targetMethod.ReturnType); 4380diagnostics.Add(ErrorCode.ERR_SignatureMismatchInRecord, printMembersMethod.GetFirstLocation(), printMembersMethod, targetMethod.ReturnType); 4640diagnostics.Add(ErrorCode.ERR_SignatureMismatchInRecord, equalityContract.GetFirstLocation(), equalityContract, targetProperty.Type); 4699diagnostics.Add(ErrorCode.ERR_SignatureMismatchInRecord, thisEquals.GetFirstLocation(), thisEquals, targetMethod.ReturnType);