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