7 references to indentLengths
Microsoft.ML.AutoML.SourceGenerator (7)
Template\SweepableEstimatorFactory.cs (7)
239
this.
indentLengths
.Add(indent.Length);
247
if ((this.
indentLengths
.Count > 0))
249
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
250
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
264
this.
indentLengths
.Clear();