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