7 references to GenerationEnvironment
Microsoft.ML.CodeGenerator (7)
Templates\Console\PredictProgram.cs (7)
93
return this.
GenerationEnvironment
.ToString();
229
if (((this.
GenerationEnvironment
.Length == 0)
232
this.
GenerationEnvironment
.Append(this.currentIndentField);
244
this.
GenerationEnvironment
.Append(textToAppend);
253
this.
GenerationEnvironment
.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length));
257
this.
GenerationEnvironment
.Append(textToAppend);
266
this.
GenerationEnvironment
.AppendLine();