31 references to ERR_PartialMemberExtendedModDifference
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
2073
or ErrorCode.
ERR_PartialMemberExtendedModDifference
Symbols\Source\SourceEventSymbol.cs (1)
912
diagnostics.Add(ErrorCode.
ERR_PartialMemberExtendedModDifference
, implementation.GetFirstLocation());
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
543
diagnostics.Add(ErrorCode.
ERR_PartialMemberExtendedModDifference
, implementation.GetFirstLocation());
Symbols\Source\SourcePropertySymbol.cs (1)
795
diagnostics.Add(ErrorCode.
ERR_PartialMemberExtendedModDifference
, implementation.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
PartialEventsAndConstructorsTests.cs (5)
3133
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "E").WithLocation(4, 43),
3136
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "E").WithLocation(10, 50),
3139
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "F").WithLocation(12, 43),
3148
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "E").WithLocation(17, 43),
3151
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "F").WithLocation(19, 59));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (22)
Symbols\DefaultInterfaceImplementationTests.cs (2)
11488
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M4").WithLocation(15, 25),
11503
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)
1508
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M1").WithLocation(10, 27)
1533
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "M1").WithLocation(10, 31)
Symbols\PartialPropertiesTests.cs (10)
2211
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P1").WithLocation(4, 24),
2214
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P2").WithLocation(7, 32),
2220
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P1").WithLocation(13, 33),
2226
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P2").WithLocation(16, 24),
2232
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P1").WithLocation(22, 40),
2238
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P2").WithLocation(25, 24),
2247
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P1").WithLocation(31, 33),
2253
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P2").WithLocation(34, 31),
2259
Diagnostic(ErrorCode.
ERR_PartialMemberExtendedModDifference
, "P1").WithLocation(40, 28),
2262
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)