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