2 writes to _cachedPosition
Microsoft.ML.FastTree (2)
TreeEnsembleFeaturizer.cs (2)
258
_cachedPosition
= -1;
352
_cachedPosition
= _input.Position;
3 references to _cachedPosition
Microsoft.ML.FastTree (3)
TreeEnsembleFeaturizer.cs (3)
283
_ectx.Assert(
_cachedPosition
== _input.Position);
309
_ectx.Assert(
_cachedPosition
== _input.Position);
342
if (
_cachedPosition
!= _input.Position)