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;
125
if (
_positive
[match] == 0)
126
_positive
[match] = match - scan;
156
if (
_positive
[match] == 0)
157
_positive
[match] = bump;
344
advance =
_positive
[match];
regex\system\text\regularexpressions\RegexCompiler.cs (1)
1360
Ldc(_bmPrefix.
_positive
[charindex]);