1 write to Root
Microsoft.ML.Core (1)
Data\LinkedRootCursorBase.cs (1)
36Root = Input is SynchronizedCursorBase snycInput ? snycInput.Root : input;
1 reference to Root
Microsoft.ML.Core (1)
Data\LinkedRowFilterCursorBase.cs (1)
29while (Root.MoveNext())