16 references to ERR_PartialMemberRefReturnDifference
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2091
or ErrorCode.
ERR_PartialMemberRefReturnDifference
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
502
diagnostics.Add(ErrorCode.
ERR_PartialMemberRefReturnDifference
, implementation.GetFirstLocation());
Symbols\Source\SourcePropertySymbol.cs (1)
749
diagnostics.Add(ErrorCode.
ERR_PartialMemberRefReturnDifference
, implementation.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (13)
Symbols\ExtendedPartialMethodsTests.cs (6)
3345
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "M1").WithLocation(5, 24),
3351
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "M2").WithLocation(8, 28),
3498
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "M1").WithLocation(5, 37),
3504
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "M2").WithLocation(8, 28),
3621
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "F1").WithLocation(4, 27));
3637
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "F1").WithLocation(4, 31),
Symbols\PartialPropertiesTests.cs (7)
1882
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "P1").WithLocation(4, 21),
1885
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "P2").WithLocation(7, 30),
1888
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "P3").WithLocation(10, 17),
1891
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "P4").WithLocation(13, 17),
1894
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "P5").WithLocation(16, 21),
1897
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "P6").WithLocation(19, 30));
1921
Diagnostic(ErrorCode.
ERR_PartialMemberRefReturnDifference
, "Prop").WithLocation(6, 52));