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