7 references to indentLengths
Microsoft.ML.AutoML.SourceGenerator (7)
Template\EstimatorType.cs (7)
244
this.
indentLengths
.Add(indent.Length);
252
if ((this.
indentLengths
.Count > 0))
254
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
255
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
269
this.
indentLengths
.Clear();