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