6 references to SynchronizedCursorBase
Microsoft.ML.Core (5)
Data\LinkedRootCursorBase.cs (2)
21
/// operations, but with the distinction, as compared to <see cref="
SynchronizedCursorBase
"/>, that this is not
36
Root = Input is
SynchronizedCursorBase
snycInput ? snycInput.Root : input;
Data\RootCursorBase.cs (1)
15
/// <see cref="MoveNext"/>, use <see cref="
SynchronizedCursorBase
"/> instead.
Data\SynchronizedCursorBase.cs (2)
23
/// for optimization for "wrapping" cursors (which are themselves often <see cref="
SynchronizedCursorBase
"/>
52
Root = Input is
SynchronizedCursorBase
syncInput ? syncInput.Root : input;
Microsoft.ML.Data (1)
Data\SlotCursor.cs (1)
78
/// but not the data or type accesors. Somewhat analogous to the <see cref="
SynchronizedCursorBase
"/>