7 references to GenerationEnvironment
Microsoft.ML.CodeGenerator (7)
Templates\Console\ModelProject.cs (7)
86return this.GenerationEnvironment.ToString(); 202if (((this.GenerationEnvironment.Length == 0) 205this.GenerationEnvironment.Append(this.currentIndentField); 217this.GenerationEnvironment.Append(textToAppend); 226this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 230this.GenerationEnvironment.Append(textToAppend); 239this.GenerationEnvironment.AppendLine();