1 write to Index
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5567this.Index = index;
10 references to Index
Microsoft.CodeAnalysis.CSharp (10)
BoundTree\BoundDagEvaluation.cs (4)
180public override int GetHashCode() => base.GetHashCode() ^ this.Index; 185this.Index == ((BoundDagIndexEvaluation)obj).Index; 197return Update(Property, Index, input);
BoundTree\BoundDagTest.cs (1)
84return $"{i.GetOutputTempDebuggerDisplay()} = {i.Input.GetDebuggerDisplay()}[{i.Index}]";
Generated\BoundNodes.xml.Generated.cs (4)
5578if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.Property) || index != this.Index || input != this.Input) 11892return node.Update(property, node.Index, input); 14021return node.Update(property, node.Index, input); 16538new TreeDumperNode("index", node.Index, null),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
250return _factory.AssignmentExpression(output, _factory.Indexer(input, e.Property, _factory.Literal(e.Index)));