7 references to indentLengths
Microsoft.ML.CodeGenerator (7)
Templates\Azure\Model\AzureObjectDetectionModelOutputClass.cs (7)
279
this.
indentLengths
.Add(indent.Length);
287
if ((this.
indentLengths
.Count > 0))
289
int indentLength = this.
indentLengths
[(this.
indentLengths
.Count - 1)];
290
this.
indentLengths
.RemoveAt((this.
indentLengths
.Count - 1));
304
this.
indentLengths
.Clear();