6 references to ERR_ImplicitIndexIndexerWithName
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
10338
? ErrorCode.
ERR_ImplicitIndexIndexerWithName
Errors\ErrorFacts.cs (1)
1918
or ErrorCode.
ERR_ImplicitIndexIndexerWithName
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\IndexAndRangeTests.cs (4)
1614
Diagnostic(ErrorCode.
ERR_ImplicitIndexIndexerWithName
, "index").WithLocation(7, 18),
1617
Diagnostic(ErrorCode.
ERR_ImplicitIndexIndexerWithName
, "notEvenTheCorrectName").WithLocation(8, 18),
1620
Diagnostic(ErrorCode.
ERR_ImplicitIndexIndexerWithName
, "index").WithLocation(9, 48),
1623
Diagnostic(ErrorCode.
ERR_ImplicitIndexIndexerWithName
, "notEvenTheCorrectName").WithLocation(10, 48));