7 references to indentLengths
Microsoft.ML.CodeGenerator (7)
Templates\Azure\Console\AzureModelBuilder.cs (7)
338
this.
indentLengths
.Add(indent.Length);
346
if ((this.
indentLengths
.Count > 0))
348
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
349
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
363
this.
indentLengths
.Clear();