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