16 references to ERR_InconsistentIndexerNames
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1041
or ErrorCode.
ERR_InconsistentIndexerNames
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2389
diagnostics.Add(ErrorCode.
ERR_InconsistentIndexerNames
, indexer.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionTests.cs (1)
34013
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)
12282
new ErrorDescription { Code = (int)ErrorCode.
ERR_InconsistentIndexerNames
, Line = 19, Column = 16 });
12310
Diagnostic(ErrorCode.
ERR_InconsistentIndexerNames
, "this"),
12312
Diagnostic(ErrorCode.
ERR_InconsistentIndexerNames
, "this"),
12314
Diagnostic(ErrorCode.
ERR_InconsistentIndexerNames
, "this"),
12316
Diagnostic(ErrorCode.
ERR_InconsistentIndexerNames
, "this"));
12369
Diagnostic(ErrorCode.
ERR_InconsistentIndexerNames
, "this"),
12371
Diagnostic(ErrorCode.
ERR_InconsistentIndexerNames
, "this"),
12373
Diagnostic(ErrorCode.
ERR_InconsistentIndexerNames
, "this"),
12375
Diagnostic(ErrorCode.
ERR_InconsistentIndexerNames
, "this"));