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