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