3 writes to endsWithNewline
Microsoft.ML.CodeGenerator (3)
Templates\Console\ModelInputClass.cs (3)
174
this.
endsWithNewline
= false;
179
this.
endsWithNewline
= true;
208
this.
endsWithNewline
= true;
2 references to endsWithNewline
Microsoft.ML.CodeGenerator (2)
Templates\Console\ModelInputClass.cs (2)
171
|| this.
endsWithNewline
))
192
if (this.
endsWithNewline
)