1 write to EndIndex
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5594this.EndIndex = endIndex;
11 references to EndIndex
Microsoft.CodeAnalysis.CSharp (11)
Binder\DecisionDagBuilder.cs (2)
1184offset += slice.StartIndex - slice.EndIndex; 1199index = index < 0 ? index - slice.EndIndex : index + slice.StartIndex;
Binder\PatternExplainer.cs (1)
416if (slice.StartIndex - slice.EndIndex > lengthValue)
BoundTree\BoundDagEvaluation.cs (3)
137public override int GetHashCode() => base.GetHashCode() ^ this.StartIndex ^ this.EndIndex; 142this.StartIndex == e.StartIndex && this.EndIndex == e.EndIndex;
Generated\BoundNodes.xml.Generated.cs (4)
5617if (!TypeSymbol.Equals(sliceType, this.SliceType, TypeCompareKind.ConsiderEverything) || lengthTemp != this.LengthTemp || startIndex != this.StartIndex || endIndex != this.EndIndex || indexerAccess != this.IndexerAccess || receiverPlaceholder != this.ReceiverPlaceholder || argumentPlaceholder != this.ArgumentPlaceholder || input != this.Input) 11645return node.Update(sliceType, lengthTemp, node.StartIndex, node.EndIndex, indexerAccess, receiverPlaceholder, argumentPlaceholder, input); 13720return node.Update(sliceType, lengthTemp, node.StartIndex, node.EndIndex, indexerAccess, receiverPlaceholder, argumentPlaceholder, input); 16235new TreeDumperNode("endIndex", node.EndIndex, null),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
324var end = new BoundFromEndIndexExpression(_factory.Syntax, _factory.Literal(-e.EndIndex),