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