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