3 writes to currentIndentField
Microsoft.ML.CodeGenerator (3)
Templates\Console\ModelProject.cs (3)
284this.currentIndentField = (this.currentIndentField + indent); 300this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength)); 311this.currentIndentField = "";
10 references to currentIndentField
Microsoft.ML.CodeGenerator (10)
Templates\Console\ModelProject.cs (10)
172return this.currentIndentField; 205this.GenerationEnvironment.Append(this.currentIndentField); 215if ((this.currentIndentField.Length == 0)) 221textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.currentIndentField)); 226this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 284this.currentIndentField = (this.currentIndentField + indent); 299returnValue = this.currentIndentField.Substring((this.currentIndentField.Length - indentLength)); 300this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));