3 writes to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (3)
Template\SweepableEstimator.cs (3)
262this.currentIndentField = (this.currentIndentField + indent); 278this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength)); 289this.currentIndentField = "";
10 references to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (10)
Template\SweepableEstimator.cs (10)
150return this.currentIndentField; 183this.GenerationEnvironment.Append(this.currentIndentField); 193if ((this.currentIndentField.Length == 0)) 199textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.currentIndentField)); 204this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 262this.currentIndentField = (this.currentIndentField + indent); 277returnValue = this.currentIndentField.Substring((this.currentIndentField.Length - indentLength)); 278this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));