1 write to _enumerator
Microsoft.ML.Samples (1)
Dynamic\SimpleDataViewImplementation.cs (1)
259_enumerator = parent.Data.GetEnumerator();
4 references to _enumerator
Microsoft.ML.Samples (4)
Dynamic\SimpleDataViewImplementation.cs (4)
278_enumerator.Dispose(); 286=> value = _enumerator.Current.Label; 291=> value = _enumerator.Current.Text.AsMemory(); 315if (_enumerator.MoveNext())