8 references to ERR_ImplicitRangeIndexerWithName
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
8589: ErrorCode.ERR_ImplicitRangeIndexerWithName,
Errors\ErrorFacts.cs (1)
1862case ErrorCode.ERR_ImplicitRangeIndexerWithName:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\IndexAndRangeTests.cs (6)
1578Diagnostic(ErrorCode.ERR_ImplicitRangeIndexerWithName, "startIndex").WithLocation(7, 18), 1581Diagnostic(ErrorCode.ERR_ImplicitRangeIndexerWithName, "range").WithLocation(8, 18), 1584Diagnostic(ErrorCode.ERR_ImplicitRangeIndexerWithName, "notEvenTheCorrectName").WithLocation(9, 18), 1587Diagnostic(ErrorCode.ERR_ImplicitRangeIndexerWithName, "start").WithLocation(10, 48), 1590Diagnostic(ErrorCode.ERR_ImplicitRangeIndexerWithName, "range").WithLocation(11, 48), 1593Diagnostic(ErrorCode.ERR_ImplicitRangeIndexerWithName, "notEvenTheCorrectName").WithLocation(12, 48));