7 references to GenerationEnvironment
Microsoft.ML.AutoML.SourceGenerator (7)
Template\EstimatorType.cs (7)
53
return this.
GenerationEnvironment
.ToString();
161
if (((this.
GenerationEnvironment
.Length == 0)
164
this.
GenerationEnvironment
.Append(this.currentIndentField);
176
this.
GenerationEnvironment
.Append(textToAppend);
185
this.
GenerationEnvironment
.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length));
189
this.
GenerationEnvironment
.Append(textToAppend);
198
this.
GenerationEnvironment
.AppendLine();