1 instantiation of RowInfo
Microsoft.ML.Data (1)
DataDebuggerPreview.cs (1)
53
var curRow = new
RowInfo
(n);
8 references to RowInfo
Microsoft.ML.Data (8)
DataDebuggerPreview.cs (8)
19
private static readonly FuncInstanceMethodInfo1<DataDebuggerPreview, DataViewRow, int, Action<
RowInfo
, List<object>>> _makeSetterMethodInfo
20
= FuncInstanceMethodInfo1<DataDebuggerPreview, DataViewRow, int, Action<
RowInfo
, List<object>>>.Create(target => target.MakeSetter<int>);
29
public ImmutableArray<
RowInfo
> RowView { get; }
39
var rows = new List<
RowInfo
>();
46
var setters = new Action<
RowInfo
, List<object>>[n];
53
var
curRow = new RowInfo(n);
68
private Action<
RowInfo
, List<object>> MakeSetter<T>(DataViewRow row, int col)
72
Action<
RowInfo
, List<object>> result = (rowInfo, list) =>