1 write to Index
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5572
this.
Index
= index;
10 references to Index
Microsoft.CodeAnalysis.CSharp (10)
BoundTree\BoundDagEvaluation.cs (4)
188
public override int GetHashCode() => base.GetHashCode() ^ this.
Index
;
193
this.
Index
== ((BoundDagIndexEvaluation)obj).
Index
;
205
return Update(Property,
Index
, input);
BoundTree\BoundDagTest.cs (1)
103
return $"{i.GetOutputTempDebuggerDisplay()} = {i.Input.GetDebuggerDisplay()}[{i.
Index
}]";
Generated\BoundNodes.xml.Generated.cs (4)
5583
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.Property) || index != this.
Index
|| input != this.Input)
12043
return node.Update(property, node.
Index
, input);
14193
return node.Update(property, node.
Index
, input);
16739
new TreeDumperNode("index", node.
Index
, null),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
266
return _factory.AssignmentExpression(output, _factory.Indexer(input, e.Property, _factory.Literal(e.
Index
)));