1 instantiation of ScanInfo
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
980ScanInfo scan = new ScanInfo(ref lineSpan, path, line);
3 references to ScanInfo
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoaderParser.cs (3)
205public void LogBadFmt(ref ScanInfo scan, string msg) 980ScanInfo scan = new ScanInfo(ref lineSpan, path, line); 1144private bool FetchNextField(ref ScanInfo scan, ReadOnlySpan<char> span)