7 references to indentLengths
Microsoft.ML.CodeGenerator (7)
Templates\Console\ConsumeModel.cs (7)
290
this.
indentLengths
.Add(indent.Length);
298
if ((this.
indentLengths
.Count > 0))
300
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
301
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
315
this.
indentLengths
.Clear();