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