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