7 references to indentLengths
Microsoft.ML.AutoML.SourceGenerator (7)
Template\SearchSpace.cs (7)
261
this.
indentLengths
.Add(indent.Length);
269
if ((this.
indentLengths
.Count > 0))
271
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
272
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
286
this.
indentLengths
.Clear();