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