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