13 references to ERR_PartialMemberDuplicateImplementation
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2489
or ErrorCode.
ERR_PartialMemberDuplicateImplementation
Symbols\Source\SourceMemberContainerSymbol.cs (2)
4212
diagnostics.Add(ErrorCode.
ERR_PartialMemberDuplicateImplementation
, currentConstructor.GetFirstLocation(), currentConstructor);
4232
diagnostics.Add(ErrorCode.
ERR_PartialMemberDuplicateImplementation
, currentEvent.GetFirstLocation(), currentEvent);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (10)
PartialEventsAndConstructorsTests.cs (10)
408
Diagnostic(ErrorCode.
ERR_PartialMemberDuplicateImplementation
, "E").WithArguments("C.E").WithLocation(4, 33),
411
Diagnostic(ErrorCode.
ERR_PartialMemberDuplicateImplementation
, "C").WithArguments("C.C()").WithLocation(6, 13),
440
Diagnostic(ErrorCode.
ERR_PartialMemberDuplicateImplementation
, "E").WithArguments("C.E").WithLocation(4, 33),
443
Diagnostic(ErrorCode.
ERR_PartialMemberDuplicateImplementation
, "C").WithArguments("C.C()").WithLocation(6, 13),
519
Diagnostic(ErrorCode.
ERR_PartialMemberDuplicateImplementation
, "E").WithArguments("C.E").WithLocation(9, 33),
525
Diagnostic(ErrorCode.
ERR_PartialMemberDuplicateImplementation
, "C").WithArguments("C.C()").WithLocation(11, 13),
552
Diagnostic(ErrorCode.
ERR_PartialMemberDuplicateImplementation
, "E").WithArguments("C.E").WithLocation(6, 26),
1333
Diagnostic(ErrorCode.
ERR_PartialMemberDuplicateImplementation
, "E").WithArguments("C.I.E").WithLocation(8, 35),
1664
Diagnostic(ErrorCode.
ERR_PartialMemberDuplicateImplementation
, "E").WithArguments("C.E").WithLocation(4, 33),
1673
Diagnostic(ErrorCode.
ERR_PartialMemberDuplicateImplementation
, "C").WithArguments("C.C()").WithLocation(7, 13),