3 writes to currentIndentField
Microsoft.ML.CodeGenerator (3)
Templates\Console\ModelOutputClass.cs (3)
295this.currentIndentField = (this.currentIndentField + indent); 311this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength)); 322this.currentIndentField = "";
10 references to currentIndentField
Microsoft.ML.CodeGenerator (10)
Templates\Console\ModelOutputClass.cs (10)
183return this.currentIndentField; 216this.GenerationEnvironment.Append(this.currentIndentField); 226if ((this.currentIndentField.Length == 0)) 232textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.currentIndentField)); 237this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 295this.currentIndentField = (this.currentIndentField + indent); 310returnValue = this.currentIndentField.Substring((this.currentIndentField.Length - indentLength)); 311this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));