1 write to Index
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5494this.Index = index;
9 references to Index
Microsoft.CodeAnalysis.CSharp (9)
BoundTree\BoundDagEvaluation.cs (3)
111public override int GetHashCode() => base.GetHashCode() ^ this.Index; 116this.Index == ((BoundDagIndexEvaluation)obj).Index;
BoundTree\BoundDagTest.cs (1)
75return $"{i.GetOutputTempDebuggerDisplay()} = {i.Input.GetDebuggerDisplay()}[{i.Index}]";
Generated\BoundNodes.xml.Generated.cs (4)
5505if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.Property) || index != this.Index || input != this.Input) 11744return node.Update(property, node.Index, input); 13865return node.Update(property, node.Index, input); 16381new TreeDumperNode("index", node.Index, null),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
251return _factory.AssignmentExpression(output, _factory.Indexer(input, e.Property, _factory.Literal(e.Index)));