1 write to Index
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5205this.Index = index;
16 references to Index
Microsoft.CodeAnalysis.CSharp (16)
Binder\DecisionDagBuilder.cs (7)
384Debug.Assert(input.Index == 0); 1157Debug.Assert(input.Index == 0); 1172Debug.Assert(input.Index == 0); 1415while (s1Input.Index == s2Input.Index) 1447if (s1Input.Index == s2Input.Index &&
BoundTree\BoundDagTemp.cs (6)
30this.Index == other.Index; 40this.Index == other.Index; 45return Hash.Combine(this.Type.GetHashCode(), Hash.Combine(this.Source?.GetHashCode() ?? 0, this.Index)); 63return $"{name}{(Source is BoundDagDeconstructEvaluation ? $".Item{(Index + 1).ToString()}" : "")}";
Generated\BoundNodes.xml.Generated.cs (3)
5217if (!TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything) || source != this.Source || index != this.Index) 11571return node.Update(type, source, node.Index); 16140new TreeDumperNode("index", node.Index, null),