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