7 references to indentLengths
Microsoft.ML.CodeGenerator (7)
Templates\Console\ModelOutputClass.cs (7)
296
this.
indentLengths
.Add(indent.Length);
304
if ((this.
indentLengths
.Count > 0))
306
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
307
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
321
this.
indentLengths
.Clear();