3 writes to endsWithNewline
Microsoft.ML.CodeGenerator (3)
Templates\Console\ModelOutputClass.cs (3)
217
this.
endsWithNewline
= false;
222
this.
endsWithNewline
= true;
251
this.
endsWithNewline
= true;
2 references to endsWithNewline
Microsoft.ML.CodeGenerator (2)
Templates\Console\ModelOutputClass.cs (2)
214
|| this.
endsWithNewline
))
235
if (this.
endsWithNewline
)