1 write to Index
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5262this.Index = index;
16 references to Index
Microsoft.CodeAnalysis.CSharp (16)
Binder\DecisionDagBuilder.cs (8)
429Debug.Assert(input.Index == 0); 1394Debug.Assert(input.Index == 0); 1409Debug.Assert(input.Index == 0); 1646while (s1Input.Index == s2Input.Index) 1672if (s1Input.Index == s2Input.Index) 1786Debug.Assert(typeEval.Input.Index == 0);
BoundTree\BoundDagTemp.cs (4)
44this.Index == other.Index; 49return Hash.Combine(this.Type.GetHashCode(), Hash.Combine(this.Source?.GetHashCode() ?? 0, this.Index)); 67return $"{name}{(Source is BoundDagDeconstructEvaluation ? $".Item{(Index + 1).ToString()}" : "")}";
FlowAnalysis\NullableWalker_Patterns.cs (1)
698var parameterType = method.Parameters[output.Index + extensionExtra].TypeWithAnnotations;
Generated\BoundNodes.xml.Generated.cs (3)
5274if (!TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything) || source != this.Source || index != this.Index) 11836return node.Update(type, source, node.Index); 16467new TreeDumperNode("index", node.Index, null),