7 references to indentLengths
Microsoft.ML.CodeGenerator (7)
Templates\Console\PredictProgram.cs (7)
312
this.
indentLengths
.Add(indent.Length);
320
if ((this.
indentLengths
.Count > 0))
322
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
323
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
337
this.
indentLengths
.Clear();