1 write to Index
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5510this.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)
5521if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.Property) || index != this.Index || input != this.Input) 11625return node.Update(node.Property, node.Index, input); 13698return node.Update(property, node.Index, input); 16213new TreeDumperNode("index", node.Index, null),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
247return _factory.AssignmentExpression(output, _factory.Indexer(input, e.Property, _factory.Literal(e.Index)));