5 references to ERR_SignatureMismatchInRecord
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (1)
2135or ErrorCode.ERR_SignatureMismatchInRecord
Symbols\Source\SourceMemberContainerSymbol.cs (4)
5171diagnostics.Add(ErrorCode.ERR_SignatureMismatchInRecord, deconstruct.GetFirstLocation(), deconstruct, targetMethod.ReturnType); 5281diagnostics.Add(ErrorCode.ERR_SignatureMismatchInRecord, printMembersMethod.GetFirstLocation(), printMembersMethod, targetMethod.ReturnType); 5543diagnostics.Add(ErrorCode.ERR_SignatureMismatchInRecord, equalityContract.GetFirstLocation(), equalityContract, targetProperty.Type); 5602diagnostics.Add(ErrorCode.ERR_SignatureMismatchInRecord, thisEquals.GetFirstLocation(), thisEquals, targetMethod.ReturnType);