1 write to Index
Microsoft.ML.Transforms (1)
Expression\Node.cs (1)
657
Index
= index;
5 references to Index
Microsoft.ML.Transforms (5)
Expression\CodeGen.cs (5)
66
Contracts.Assert(0 <= v.
Index
&& v.
Index
< node.Vars.Length);
67
Contracts.Assert(types[v.
Index
] == null);
68
types[v.
Index
] = v.Type.RawType;
341
_gen.Ldarg(referent.AsParam.
Index
+ 1);