7 references to GenerationEnvironment
Microsoft.ML.CodeGenerator (7)
Templates\Azure\Console\AzureModelBuilder.cs (7)
120
return this.
GenerationEnvironment
.ToString();
255
if (((this.
GenerationEnvironment
.Length == 0)
258
this.
GenerationEnvironment
.Append(this.currentIndentField);
270
this.
GenerationEnvironment
.Append(textToAppend);
279
this.
GenerationEnvironment
.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length));
283
this.
GenerationEnvironment
.Append(textToAppend);
292
this.
GenerationEnvironment
.AppendLine();