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