7 references to GenerationEnvironment
Microsoft.ML.AutoML.SourceGenerator (7)
Template\SweepableEstimatorFactory.cs (7)
50return this.GenerationEnvironment.ToString(); 156if (((this.GenerationEnvironment.Length == 0) 159this.GenerationEnvironment.Append(this.currentIndentField); 171this.GenerationEnvironment.Append(textToAppend); 180this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 184this.GenerationEnvironment.Append(textToAppend); 193this.GenerationEnvironment.AppendLine();