7 references to GenerationEnvironment
Microsoft.ML.CodeGenerator (7)
Templates\Console\ModelOutputClass.cs (7)
83return this.GenerationEnvironment.ToString(); 213if (((this.GenerationEnvironment.Length == 0) 216this.GenerationEnvironment.Append(this.currentIndentField); 228this.GenerationEnvironment.Append(textToAppend); 237this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 241this.GenerationEnvironment.Append(textToAppend); 250this.GenerationEnvironment.AppendLine();