1 write to Root
Microsoft.ML.Core (1)
Data\SynchronizedCursorBase.cs (1)
52
Root
= Input is SynchronizedCursorBase syncInput ? syncInput.Root : input;
5 references to Root
Microsoft.ML.Core (5)
Data\LinkedRootCursorBase.cs (1)
36
Root = Input is SynchronizedCursorBase snycInput ? snycInput.
Root
: input;
Data\SynchronizedCursorBase.cs (4)
32
public sealed override long Position =>
Root
.Position;
34
public sealed override long Batch =>
Root
.Batch;
52
Root = Input is SynchronizedCursorBase syncInput ? syncInput.
Root
: input;
68
public sealed override bool MoveNext() =>
Root
.MoveNext();