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