1 write to indentLengthsField
Microsoft.ML.CodeGenerator (1)
Templates\Console\ModelOutputClass.cs (1)
171
this.
indentLengthsField
= new global::System.Collections.Generic.List<int>();
2 references to indentLengthsField
Microsoft.ML.CodeGenerator (2)
Templates\Console\ModelOutputClass.cs (2)
169
if ((this.
indentLengthsField
== null))
173
return this.
indentLengthsField
;