3 writes to AllowQuoting
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\AzureCodeGenerator\AzureAttachConsoleAppCodeGenerator.cs (1)
53AllowQuoting = _columnInferenceResult.TextLoaderOptions.AllowQuoting,
Microsoft.ML.CodeGenerator.Tests (2)
ApprovalTests\ConsoleCodeGeneratorTests.cs (2)
390AllowQuoting = true, 413AllowQuoting = true,
1 reference to AllowQuoting
Microsoft.ML.CodeGenerator (1)
Templates\Azure\Console\AzureModelBuilder.cs (1)
61this.Write(this.ToStringHelper.ToStringWithCulture(AllowQuoting.ToString().ToLowerInvariant()));