31 references to ERR_PartialMemberExtendedModDifference
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
2073
or ErrorCode.
ERR_PartialMemberExtendedModDifference
Symbols\Source\SourceEventSymbol.cs (1)
903
diagnostics.Add(ErrorCode.
ERR_PartialMemberExtendedModDifference
, implementation.GetFirstLocation());
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
541
diagnostics.Add(ErrorCode.
ERR_PartialMemberExtendedModDifference
, implementation.GetFirstLocation());
Symbols\Source\SourcePropertySymbol.cs (1)
796
diagnostics.Add(ErrorCode.
ERR_PartialMemberExtendedModDifference
, implementation.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
PartialEventsAndConstructorsTests.cs (5)
2953
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "E").WithLocation(4, 43),
2956
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "E").WithLocation(10, 50),
2959
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "F").WithLocation(12, 43),
2968
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "E").WithLocation(17, 43),
2971
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "F").WithLocation(19, 59));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (22)
Symbols\DefaultInterfaceImplementationTests.cs (2)
11477
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M4").WithLocation(15, 25),
11492
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M6").WithLocation(17, 26),
Symbols\ExtendedPartialMethodsTests.cs (8)
443
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M1").WithLocation(5, 27)
460
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M1").WithLocation(5, 35)
795
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M1").WithLocation(9, 27)
819
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M1").WithLocation(9, 36)
968
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M1").WithLocation(9, 36)
989
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M1").WithLocation(9, 43)
1517
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M1").WithLocation(10, 27)
1542
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M1").WithLocation(10, 31)
Symbols\PartialPropertiesTests.cs (10)
2184
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P1").WithLocation(4, 24),
2187
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P2").WithLocation(7, 32),
2193
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P1").WithLocation(13, 33),
2199
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P2").WithLocation(16, 24),
2205
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P1").WithLocation(22, 40),
2211
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P2").WithLocation(25, 24),
2220
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P1").WithLocation(31, 33),
2226
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P2").WithLocation(34, 31),
2232
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P1").WithLocation(40, 28),
2235
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P2").WithLocation(43, 24));
Symbols\StaticAbstractMembersInInterfacesTests.cs (2)
1417
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M01").WithLocation(8, 25)
1472
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M01").WithLocation(8, 32)