7 references to GenerationEnvironment
Microsoft.ML.CodeGenerator (7)
Templates\Console\PredictProject.cs (7)
89
return this.
GenerationEnvironment
.ToString();
207
if (((this.
GenerationEnvironment
.Length == 0)
210
this.
GenerationEnvironment
.Append(this.currentIndentField);
222
this.
GenerationEnvironment
.Append(textToAppend);
231
this.
GenerationEnvironment
.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length));
235
this.
GenerationEnvironment
.Append(textToAppend);
244
this.
GenerationEnvironment
.AppendLine();