2 references to IsDigit
Microsoft.ML.Predictor.Tests (2)
CompareBaselines.cs (2)
344if (ich >= line.Length || !IsDigit(line[ich])) 348while (ich < line.Length && IsDigit(line[ich]))