4 references to ERR_MemberAlreadyExists
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
718or ErrorCode.ERR_MemberAlreadyExists
Symbols\Source\SourceMemberContainerSymbol.cs (3)
2362(d.Code is (int)ErrorCode.ERR_OverloadRefKind or (int)ErrorCode.ERR_MemberAlreadyExists or 2399diagnostics.Add(ErrorCode.ERR_MemberAlreadyExists, method1.GetFirstLocation(), methodName, containerForDiagnostics); 2513diagnostics.Add(ErrorCode.ERR_MemberAlreadyExists, indexer.GetFirstLocation(), SyntaxFacts.GetText(SyntaxKind.ThisKeyword), containerForDiagnostics);