7 references to GenerationEnvironment
Microsoft.ML.AutoML.SourceGenerator (7)
Template\SweepableEstimator.cs (7)
69return this.GenerationEnvironment.ToString(); 180if (((this.GenerationEnvironment.Length == 0) 183this.GenerationEnvironment.Append(this.currentIndentField); 195this.GenerationEnvironment.Append(textToAppend); 204this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 208this.GenerationEnvironment.Append(textToAppend); 217this.GenerationEnvironment.AppendLine();