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