7 references to indentLengths
Microsoft.ML.AutoML.SourceGenerator (7)
Template\SweepableEstimator_T_.cs (7)
268
this.
indentLengths
.Add(indent.Length);
276
if ((this.
indentLengths
.Count > 0))
278
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
279
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
293
this.
indentLengths
.Clear();