7 references to GenerationEnvironment
Microsoft.ML.CodeGenerator (7)
Templates\Azure\Console\AzureModelBuilder.cs (7)
120return this.GenerationEnvironment.ToString(); 255if (((this.GenerationEnvironment.Length == 0) 258this.GenerationEnvironment.Append(this.currentIndentField); 270this.GenerationEnvironment.Append(textToAppend); 279this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 283this.GenerationEnvironment.Append(textToAppend); 292this.GenerationEnvironment.AppendLine();