1 write to _positive
System (1)
regex\system\text\regularexpressions\RegexBoyerMoore.cs (1)
97_positive = new int[pattern.Length];
7 references to _positive
System (7)
regex\system\text\regularexpressions\RegexBoyerMoore.cs (6)
101_positive[examine] = bump; 125if (_positive[match] == 0) 126_positive[match] = match - scan; 156if (_positive[match] == 0) 157_positive[match] = bump; 344advance = _positive[match];
regex\system\text\regularexpressions\RegexCompiler.cs (1)
1360Ldc(_bmPrefix._positive[charindex]);