2 writes to Index
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderParser.cs (2)
1160scan.Index = -1; 1188scan.Index = ind;
9 references to Index
Microsoft.ML.Data (9)
DataLoadSave\Text\TextLoaderParser.cs (9)
991Contracts.Assert(scan.Index == -1); 1029Contracts.Assert(scan.Index >= -1); 1034if (scan.Index < 0) 1102if (scan.Index > srcNeeded - srcLimFixed) 1105if (scan.Index >= csrcSparse) 1110if (scan.Index > srcNeeded - srcLimFixed + 1) 1114if (indexPrev >= scan.Index) 1119indexPrev = scan.Index; 1126Fields.Indices[Fields.Count++] = srcLimFixed + scan.Index;