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;
288
if (ich > 0 && line[ich - 1] <
_forbidNumAfter
.Length &&
_forbidNumAfter
[line[ich - 1]])