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