7 references to indentLengths
Microsoft.ML.AutoML.SourceGenerator (7)
Template\SweepableEstimator.cs (7)
263
this.
indentLengths
.Add(indent.Length);
271
if ((this.
indentLengths
.Count > 0))
273
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
274
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
288
this.
indentLengths
.Clear();