1 write to Index
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5267this.Index = index;
23 references to Index
Microsoft.CodeAnalysis.CSharp (23)
Binder\DecisionDagBuilder.cs (14)
452Index: 0, 561Debug.Assert(input.Index == 0); 644if (input.Index == -1 && 702if (input.Index == 0 && 729Index: 0, 1866Debug.Assert(input.Index == 0); 1881Debug.Assert(input.Index == 0); 2380while (s1Input.Index == s2Input.Index) 2465if (s1Input.Index == s2Input.Index) 2621Debug.Assert(input.Index == 0); 2785if (t.Index == -1) 2791return name + ".Item" + (t.Index + 1).ToString();
BoundTree\BoundDagTemp.cs (5)
44this.Index == other.Index; 49return Hash.Combine(this.Type.GetHashCode(), Hash.Combine(this.Source?.GetHashCode() ?? 0, this.Index)); 70if (Index == -1) 76return name + ".Item" + (Index + 1).ToString();
FlowAnalysis\NullableWalker_Patterns.cs (1)
698var parameterType = method.Parameters[output.Index + extensionExtra].TypeWithAnnotations;
Generated\BoundNodes.xml.Generated.cs (3)
5279if (!TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything) || source != this.Source || index != this.Index) 11987return node.Update(type, source, node.Index); 16668new TreeDumperNode("index", node.Index, null),