1 write to _quoting
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
944
_quoting
= (flags & OptionFlags.AllowQuoting) != 0;
1 reference to _quoting
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
1207
if (span[ichCur] == '"' &&
_quoting
)