4 references to AllowQuoting
Microsoft.ML.Data (4)
DataLoadSave\Text\TextLoader.cs (3)
1111All = TrimWhitespace | HasHeader | AllowQuoting | AllowSparse | ReadMultilines | MissingRealsAsNaNs 1188_flags |= OptionFlags.AllowQuoting; 1427acceptableFlags |= OptionFlags.AllowQuoting;
DataLoadSave\Text\TextLoaderParser.cs (1)
944_quoting = (flags & OptionFlags.AllowQuoting) != 0;