1 write to _pokes
Microsoft.ML.Data (1)
DataView\TypedCursor.cs (1)
126_pokes = new Delegate[n];
3 references to _pokes
Microsoft.ML.Data (3)
DataView\TypedCursor.cs (3)
133_pokes[i] = ApiUtils.GeneratePoke<TypedCursorable<TRow>, TRow>(_columns[i]); 342int n = parent._pokes.Length; 347_setters[i] = GenerateSetter(Input, parent._columnIndices[i], parent._columns[i], parent._pokes[i], parent._peeks[i]);