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