1 write to _forbidNumAfter
Microsoft.ML.Predictor.Tests (1)
CompareBaselines.cs (1)
26_forbidNumAfter = new bool[128];
8 references to _forbidNumAfter
Microsoft.ML.Predictor.Tests (8)
CompareBaselines.cs (8)
28_forbidNumAfter[ch] = true; 30_forbidNumAfter[ch] = true; 32_forbidNumAfter[ch] = true; 33_forbidNumAfter['+'] = true; 34_forbidNumAfter['-'] = true; 35_forbidNumAfter['.'] = true; 288if (ich > 0 && line[ich - 1] < _forbidNumAfter.Length && _forbidNumAfter[line[ich - 1]])