3 writes to currentIndentField
Microsoft.ML.CodeGenerator (3)
Templates\Console\ConsumeModel.cs (3)
289this.currentIndentField = (this.currentIndentField + indent); 305this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength)); 316this.currentIndentField = "";
10 references to currentIndentField
Microsoft.ML.CodeGenerator (10)
Templates\Console\ConsumeModel.cs (10)
177return this.currentIndentField; 210this.GenerationEnvironment.Append(this.currentIndentField); 220if ((this.currentIndentField.Length == 0)) 226textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.currentIndentField)); 231this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 289this.currentIndentField = (this.currentIndentField + indent); 304returnValue = this.currentIndentField.Substring((this.currentIndentField.Length - indentLength)); 305this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));