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