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