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