3 writes to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (3)
Template\SweepableEstimator_T_.cs (3)
267this.currentIndentField = (this.currentIndentField + indent); 283this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength)); 294this.currentIndentField = "";
10 references to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (10)
Template\SweepableEstimator_T_.cs (10)
155return this.currentIndentField; 188this.GenerationEnvironment.Append(this.currentIndentField); 198if ((this.currentIndentField.Length == 0)) 204textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.currentIndentField)); 209this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 267this.currentIndentField = (this.currentIndentField + indent); 282returnValue = this.currentIndentField.Substring((this.currentIndentField.Length - indentLength)); 283this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));