15 references to ERR_InconsistentIndexerNames
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
967case ErrorCode.ERR_InconsistentIndexerNames:
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2147diagnostics.Add(ErrorCode.ERR_InconsistentIndexerNames, indexer.Locations[0]);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (13)
Symbols\IndexerTests.cs (4)
1487Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this")); 1722Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this")); 1759Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this")); 1796Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this").WithLocation(19, 9),
Symbols\SymbolErrorTests.cs (9)
12099new ErrorDescription { Code = (int)ErrorCode.ERR_InconsistentIndexerNames, Line = 19, Column = 16 }); 12127Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12129Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12131Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12133Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this")); 12186Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12188Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12190Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12192Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"));