3 writes to endsWithNewline
Microsoft.ML.CodeGenerator (3)
Templates\Console\PredictProgram.cs (3)
233
this.
endsWithNewline
= false;
238
this.
endsWithNewline
= true;
267
this.
endsWithNewline
= true;
2 references to endsWithNewline
Microsoft.ML.CodeGenerator (2)
Templates\Console\PredictProgram.cs (2)
230
|| this.
endsWithNewline
))
251
if (this.
endsWithNewline
)