7 references to GenerationEnvironment
Microsoft.ML.CodeGenerator (7)
Templates\Console\ModelBuilder.cs (7)
429return this.GenerationEnvironment.ToString(); 572if (((this.GenerationEnvironment.Length == 0) 575this.GenerationEnvironment.Append(this.currentIndentField); 587this.GenerationEnvironment.Append(textToAppend); 596this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 600this.GenerationEnvironment.Append(textToAppend); 609this.GenerationEnvironment.AppendLine();