1 write to AllowQuoting
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\CodeGenerator.cs (1)
378AllowQuoting = _columnInferenceResult.TextLoaderOptions.AllowQuoting,
2 references to AllowQuoting
Microsoft.ML.CodeGenerator (2)
Templates\Console\ModelBuilder.cs (2)
67this.Write(this.ToStringHelper.ToStringWithCulture(AllowQuoting.ToString().ToLowerInvariant())); 79this.Write(this.ToStringHelper.ToStringWithCulture(AllowQuoting.ToString().ToLowerInvariant()));