8 references to ERR_PartialMethodRefReturnDifference
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2034
case ErrorCode.
ERR_PartialMethodRefReturnDifference
:
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
669
diagnostics.Add(ErrorCode.
ERR_PartialMethodRefReturnDifference
, implementation.Locations[0]);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Symbols\ExtendedPartialMethodsTests.cs (6)
2937
Diagnostic(ErrorCode.
ERR_PartialMethodRefReturnDifference
, "M1").WithLocation(5, 24),
2943
Diagnostic(ErrorCode.
ERR_PartialMethodRefReturnDifference
, "M2").WithLocation(8, 28),
3090
Diagnostic(ErrorCode.
ERR_PartialMethodRefReturnDifference
, "M1").WithLocation(5, 37),
3096
Diagnostic(ErrorCode.
ERR_PartialMethodRefReturnDifference
, "M2").WithLocation(8, 28),
3213
Diagnostic(ErrorCode.
ERR_PartialMethodRefReturnDifference
, "F1").WithLocation(4, 27));
3229
Diagnostic(ErrorCode.
ERR_PartialMethodRefReturnDifference
, "F1").WithLocation(4, 31),