7 references to GenerationEnvironment
Microsoft.ML.CodeGenerator (7)
Templates\Console\ModelOutputClass.cs (7)
83
return this.
GenerationEnvironment
.ToString();
213
if (((this.
GenerationEnvironment
.Length == 0)
216
this.
GenerationEnvironment
.Append(this.currentIndentField);
228
this.
GenerationEnvironment
.Append(textToAppend);
237
this.
GenerationEnvironment
.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length));
241
this.
GenerationEnvironment
.Append(textToAppend);
250
this.
GenerationEnvironment
.AppendLine();