3 references to BoundFromEndIndexExpression
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (1)
1598
var result = new
BoundFromEndIndexExpression
(this.Syntax, operand, methodOpt, type, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (2)
313
return new
BoundFromEndIndexExpression
(_factory.Syntax, _factory.Literal(-index),
324
var end = new
BoundFromEndIndexExpression
(_factory.Syntax, _factory.Literal(-e.EndIndex),