3 writes to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (3)
Template\SweepableEstimatorFactory.cs (3)
238this.currentIndentField = (this.currentIndentField + indent); 254this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength)); 265this.currentIndentField = "";
10 references to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (10)
Template\SweepableEstimatorFactory.cs (10)
126return this.currentIndentField; 159this.GenerationEnvironment.Append(this.currentIndentField); 169if ((this.currentIndentField.Length == 0)) 175textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.currentIndentField)); 180this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 238this.currentIndentField = (this.currentIndentField + indent); 253returnValue = this.currentIndentField.Substring((this.currentIndentField.Length - indentLength)); 254this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));