7 references to GenerationEnvironment
Microsoft.ML.CodeGenerator (7)
Templates\Console\ModelBuilder.cs (7)
429
return this.
GenerationEnvironment
.ToString();
572
if (((this.
GenerationEnvironment
.Length == 0)
575
this.
GenerationEnvironment
.Append(this.currentIndentField);
587
this.
GenerationEnvironment
.Append(textToAppend);
596
this.
GenerationEnvironment
.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length));
600
this.
GenerationEnvironment
.Append(textToAppend);
609
this.
GenerationEnvironment
.AppendLine();