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