3 writes to currentIndentField
Microsoft.ML.CodeGenerator (3)
Templates\Console\PredictProgram.cs (3)
311this.currentIndentField = (this.currentIndentField + indent); 327this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength)); 338this.currentIndentField = "";
10 references to currentIndentField
Microsoft.ML.CodeGenerator (10)
Templates\Console\PredictProgram.cs (10)
199return this.currentIndentField; 232this.GenerationEnvironment.Append(this.currentIndentField); 242if ((this.currentIndentField.Length == 0)) 248textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.currentIndentField)); 253this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 311this.currentIndentField = (this.currentIndentField + indent); 326returnValue = this.currentIndentField.Substring((this.currentIndentField.Length - indentLength)); 327this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));