16 references to ERR_InconsistentIndexerNames
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1029or ErrorCode.ERR_InconsistentIndexerNames
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2313diagnostics.Add(ErrorCode.ERR_InconsistentIndexerNames, indexer.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionTests.cs (1)
29098Diagnostic(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)
12242new ErrorDescription { Code = (int)ErrorCode.ERR_InconsistentIndexerNames, Line = 19, Column = 16 }); 12270Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12272Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12274Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12276Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this")); 12329Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12331Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12333Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"), 12335Diagnostic(ErrorCode.ERR_InconsistentIndexerNames, "this"));