3 writes to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (3)
Template\SearchSpace.cs (3)
260
this.
currentIndentField
= (this.currentIndentField + indent);
276
this.
currentIndentField
= this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));
287
this.
currentIndentField
= "";
10 references to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (10)
Template\SearchSpace.cs (10)
148
return this.
currentIndentField
;
181
this.GenerationEnvironment.Append(this.
currentIndentField
);
191
if ((this.
currentIndentField
.Length == 0))
197
textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.
currentIndentField
));
202
this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.
currentIndentField
.Length));
260
this.currentIndentField = (this.
currentIndentField
+ indent);
275
returnValue = this.
currentIndentField
.Substring((this.
currentIndentField
.Length - indentLength));
276
this.currentIndentField = this.
currentIndentField
.Remove((this.
currentIndentField
.Length - indentLength));