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