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