7 references to indentLengths
Microsoft.ML.CodeGenerator (7)
Templates\Console\ModelBuilder.cs (7)
655
this.
indentLengths
.Add(indent.Length);
663
if ((this.
indentLengths
.Count > 0))
665
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
666
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
680
this.
indentLengths
.Clear();