3 writes to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (3)
Template\SweepableEstimator_T_.cs (3)
267
this.
currentIndentField
= (this.currentIndentField + indent);
283
this.
currentIndentField
= this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));
294
this.
currentIndentField
= "";
10 references to currentIndentField
Microsoft.ML.AutoML.SourceGenerator (10)
Template\SweepableEstimator_T_.cs (10)
155
return this.
currentIndentField
;
188
this.GenerationEnvironment.Append(this.
currentIndentField
);
198
if ((this.
currentIndentField
.Length == 0))
204
textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.
currentIndentField
));
209
this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.
currentIndentField
.Length));
267
this.currentIndentField = (this.
currentIndentField
+ indent);
282
returnValue = this.
currentIndentField
.Substring((this.
currentIndentField
.Length - indentLength));
283
this.currentIndentField = this.
currentIndentField
.Remove((this.
currentIndentField
.Length - indentLength));