3 writes to currentIndentField
Microsoft.ML.CodeGenerator (3)
Templates\Azure\Model\AzureObjectDetectionModelOutputClass.cs (3)
278
this.
currentIndentField
= (this.currentIndentField + indent);
294
this.
currentIndentField
= this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));
305
this.
currentIndentField
= "";
10 references to currentIndentField
Microsoft.ML.CodeGenerator (10)
Templates\Azure\Model\AzureObjectDetectionModelOutputClass.cs (10)
166
return this.
currentIndentField
;
199
this.GenerationEnvironment.Append(this.
currentIndentField
);
209
if ((this.
currentIndentField
.Length == 0))
215
textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.
currentIndentField
));
220
this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.
currentIndentField
.Length));
278
this.currentIndentField = (this.
currentIndentField
+ indent);
293
returnValue = this.
currentIndentField
.Substring((this.
currentIndentField
.Length - indentLength));
294
this.currentIndentField = this.
currentIndentField
.Remove((this.
currentIndentField
.Length - indentLength));