3 writes to currentIndentField
Microsoft.ML.CodeGenerator (3)
Templates\Console\ModelBuilder.cs (3)
654this.currentIndentField = (this.currentIndentField + indent); 670this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength)); 681this.currentIndentField = "";
10 references to currentIndentField
Microsoft.ML.CodeGenerator (10)
Templates\Console\ModelBuilder.cs (10)
542return this.currentIndentField; 575this.GenerationEnvironment.Append(this.currentIndentField); 585if ((this.currentIndentField.Length == 0)) 591textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.currentIndentField)); 596this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 654this.currentIndentField = (this.currentIndentField + indent); 669returnValue = this.currentIndentField.Substring((this.currentIndentField.Length - indentLength)); 670this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));