3 writes to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (3)
Template\SearchSpace.cs (3)
260this.currentIndentField = (this.currentIndentField + indent); 276this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength)); 287this.currentIndentField = "";
10 references to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (10)
Template\SearchSpace.cs (10)
148return this.currentIndentField; 181this.GenerationEnvironment.Append(this.currentIndentField); 191if ((this.currentIndentField.Length == 0)) 197textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.currentIndentField)); 202this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 260this.currentIndentField = (this.currentIndentField + indent); 275returnValue = this.currentIndentField.Substring((this.currentIndentField.Length - indentLength)); 276this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));