3 writes to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (3)
Template\SweepableEstimator.cs (3)
262
this.
currentIndentField
= (this.currentIndentField + indent);
278
this.
currentIndentField
= this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));
289
this.
currentIndentField
= "";
10 references to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (10)
Template\SweepableEstimator.cs (10)
150
return this.
currentIndentField
;
183
this.GenerationEnvironment.Append(this.
currentIndentField
);
193
if ((this.
currentIndentField
.Length == 0))
199
textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.
currentIndentField
));
204
this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.
currentIndentField
.Length));
262
this.currentIndentField = (this.
currentIndentField
+ indent);
277
returnValue = this.
currentIndentField
.Substring((this.
currentIndentField
.Length - indentLength));
278
this.currentIndentField = this.
currentIndentField
.Remove((this.
currentIndentField
.Length - indentLength));