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