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