3 references to ERR_MemberAlreadyExists
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
690or ErrorCode.ERR_MemberAlreadyExists
Symbols\Source\SourceMemberContainerSymbol.cs (2)
2171diagnostics.Add(ErrorCode.ERR_MemberAlreadyExists, method1.GetFirstLocation(), methodName, this); 2266diagnostics.Add(ErrorCode.ERR_MemberAlreadyExists, indexer.GetFirstLocation(), SyntaxFacts.GetText(SyntaxKind.ThisKeyword), this);