3 writes to _position
Microsoft.ML.Samples (3)
Dynamic\SimpleDataViewImplementation.cs (3)
258
_position
= -1;
279
_position
= -1;
317
_position
++;
2 references to _position
Microsoft.ML.Samples (2)
Dynamic\SimpleDataViewImplementation.cs (2)
249
public override long Position =>
_position
;
294
=> id = new DataViewRowId((ulong)
_position
, 0);