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