8 references to ERR_ImplicitRangeIndexerWithName
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
10339: ErrorCode.ERR_ImplicitRangeIndexerWithName,
Errors\ErrorFacts.cs (1)
1919or ErrorCode.ERR_ImplicitRangeIndexerWithName
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\IndexAndRangeTests.cs (6)
1579Diagnostic(ErrorCode.ERR_ImplicitRangeIndexerWithName, "startIndex").WithLocation(7, 18), 1582Diagnostic(ErrorCode.ERR_ImplicitRangeIndexerWithName, "range").WithLocation(8, 18), 1585Diagnostic(ErrorCode.ERR_ImplicitRangeIndexerWithName, "notEvenTheCorrectName").WithLocation(9, 18), 1588Diagnostic(ErrorCode.ERR_ImplicitRangeIndexerWithName, "start").WithLocation(10, 48), 1591Diagnostic(ErrorCode.ERR_ImplicitRangeIndexerWithName, "range").WithLocation(11, 48), 1594Diagnostic(ErrorCode.ERR_ImplicitRangeIndexerWithName, "notEvenTheCorrectName").WithLocation(12, 48));