3 writes to currentIndentField
Microsoft.ML.CodeGenerator (3)
Templates\Azure\Console\AzureModelBuilder.cs (3)
337
this.
currentIndentField
= (this.currentIndentField + indent);
353
this.
currentIndentField
= this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));
364
this.
currentIndentField
= "";
10 references to currentIndentField
Microsoft.ML.CodeGenerator (10)
Templates\Azure\Console\AzureModelBuilder.cs (10)
225
return this.
currentIndentField
;
258
this.GenerationEnvironment.Append(this.
currentIndentField
);
268
if ((this.
currentIndentField
.Length == 0))
274
textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.
currentIndentField
));
279
this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.
currentIndentField
.Length));
337
this.currentIndentField = (this.
currentIndentField
+ indent);
352
returnValue = this.
currentIndentField
.Substring((this.
currentIndentField
.Length - indentLength));
353
this.currentIndentField = this.
currentIndentField
.Remove((this.
currentIndentField
.Length - indentLength));