3 writes to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (3)
Template\EstimatorType.cs (3)
243this.currentIndentField = (this.currentIndentField + indent); 259this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength)); 270this.currentIndentField = "";
10 references to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (10)
Template\EstimatorType.cs (10)
131return this.currentIndentField; 164this.GenerationEnvironment.Append(this.currentIndentField); 174if ((this.currentIndentField.Length == 0)) 180textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.currentIndentField)); 185this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 243this.currentIndentField = (this.currentIndentField + indent); 258returnValue = this.currentIndentField.Substring((this.currentIndentField.Length - indentLength)); 259this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));