7 references to GenerationEnvironment
Microsoft.ML.AutoML.SourceGenerator (7)
Template\SweepableEstimator_T_.cs (7)
73return this.GenerationEnvironment.ToString(); 185if (((this.GenerationEnvironment.Length == 0) 188this.GenerationEnvironment.Append(this.currentIndentField); 200this.GenerationEnvironment.Append(textToAppend); 209this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 213this.GenerationEnvironment.Append(textToAppend); 222this.GenerationEnvironment.AppendLine();