6 references to ERR_ImplicitIndexIndexerWithName
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
8588? ErrorCode.ERR_ImplicitIndexIndexerWithName
Errors\ErrorFacts.cs (1)
1861case ErrorCode.ERR_ImplicitIndexIndexerWithName:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\IndexAndRangeTests.cs (4)
1613Diagnostic(ErrorCode.ERR_ImplicitIndexIndexerWithName, "index").WithLocation(7, 18), 1616Diagnostic(ErrorCode.ERR_ImplicitIndexIndexerWithName, "notEvenTheCorrectName").WithLocation(8, 18), 1619Diagnostic(ErrorCode.ERR_ImplicitIndexIndexerWithName, "index").WithLocation(9, 48), 1622Diagnostic(ErrorCode.ERR_ImplicitIndexIndexerWithName, "notEvenTheCorrectName").WithLocation(10, 48));