7 references to indentLengths
Microsoft.ML.CodeGenerator (7)
Templates\Console\ModelProject.cs (7)
285
this.
indentLengths
.Add(indent.Length);
293
if ((this.
indentLengths
.Count > 0))
295
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
296
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
310
this.
indentLengths
.Clear();