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