14 references to ERR_PartialMethodExtendedModDifference
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2016case ErrorCode.ERR_PartialMethodExtendedModDifference:
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
708diagnostics.Add(ErrorCode.ERR_PartialMethodExtendedModDifference, implementation.Locations[0]);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (12)
Symbols\DefaultInterfaceImplementationTests.cs (2)
11292Diagnostic(ErrorCode.ERR_PartialMethodExtendedModDifference, "M4").WithLocation(15, 25), 11307Diagnostic(ErrorCode.ERR_PartialMethodExtendedModDifference, "M6").WithLocation(17, 26),
Symbols\ExtendedPartialMethodsTests.cs (8)
443Diagnostic(ErrorCode.ERR_PartialMethodExtendedModDifference, "M1").WithLocation(5, 27) 460Diagnostic(ErrorCode.ERR_PartialMethodExtendedModDifference, "M1").WithLocation(5, 35) 795Diagnostic(ErrorCode.ERR_PartialMethodExtendedModDifference, "M1").WithLocation(9, 27) 819Diagnostic(ErrorCode.ERR_PartialMethodExtendedModDifference, "M1").WithLocation(9, 36) 968Diagnostic(ErrorCode.ERR_PartialMethodExtendedModDifference, "M1").WithLocation(9, 36) 989Diagnostic(ErrorCode.ERR_PartialMethodExtendedModDifference, "M1").WithLocation(9, 43) 1449Diagnostic(ErrorCode.ERR_PartialMethodExtendedModDifference, "M1").WithLocation(10, 27) 1474Diagnostic(ErrorCode.ERR_PartialMethodExtendedModDifference, "M1").WithLocation(10, 31)
Symbols\StaticAbstractMembersInInterfacesTests.cs (2)
1435Diagnostic(ErrorCode.ERR_PartialMethodExtendedModDifference, "M01").WithLocation(8, 25) 1490Diagnostic(ErrorCode.ERR_PartialMethodExtendedModDifference, "M01").WithLocation(8, 32)