7 references to indentLengths
Microsoft.ML.CodeGenerator (7)
Templates\Console\ModelInputClass.cs (7)
253
this.
indentLengths
.Add(indent.Length);
261
if ((this.
indentLengths
.Count > 0))
263
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
264
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
278
this.
indentLengths
.Clear();