16 references to ERR_InconsistentIndexerNames
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1030or ErrorCode.ERR_InconsistentIndexerNames
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2352diagnostics.Add(ErrorCode.ERR_InconsistentIndexerNames, indexer.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionTests.cs (1)
33503Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this").WithLocation(19, 13),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (13)
Symbols\IndexerTests.cs (4)
1489Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this")); 1724Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this")); 1761Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this")); 1798Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this").WithLocation(19, 9),
Symbols\SymbolErrorTests.cs (9)
12253new ErrorDescription { Code = (int)ErrorCode.ERR_InconsistentIndexerNames, Line = 19, Column = 16 }); 12281Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12283Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12285Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12287Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this")); 12340Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12342Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12344Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12346Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"));