7 references to GenerationEnvironment
Microsoft.ML.CodeGenerator (7)
Templates\Console\ModelInputClass.cs (7)
42
return this.
GenerationEnvironment
.ToString();
170
if (((this.
GenerationEnvironment
.Length == 0)
173
this.
GenerationEnvironment
.Append(this.currentIndentField);
185
this.
GenerationEnvironment
.Append(textToAppend);
194
this.
GenerationEnvironment
.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length));
198
this.
GenerationEnvironment
.Append(textToAppend);
207
this.
GenerationEnvironment
.AppendLine();