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