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