2 writes to AllowQuoting
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\CodeGenerator.cs (1)
378AllowQuoting = _columnInferenceResult.TextLoaderOptions.AllowQuoting,
Microsoft.ML.CodeGenerator.Tests (1)
ApprovalTests\TemplateTest.cs (1)
147AllowQuoting = true,
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()));