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