7 references to GenerationEnvironment
Microsoft.ML.AutoML.SourceGenerator (7)
Template\SearchSpace.cs (7)
71return this.GenerationEnvironment.ToString(); 178if (((this.GenerationEnvironment.Length == 0) 181this.GenerationEnvironment.Append(this.currentIndentField); 193this.GenerationEnvironment.Append(textToAppend); 202this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 206this.GenerationEnvironment.Append(textToAppend); 215this.GenerationEnvironment.AppendLine();