1 write to _negativeUnicode
System (1)
regex\system\text\regularexpressions\RegexBoyerMoore.cs (1)
207
_negativeUnicode
= new int[256][];
10 references to _negativeUnicode
System (10)
regex\system\text\regularexpressions\RegexBoyerMoore.cs (9)
206
if (
_negativeUnicode
== null) {
210
if (
_negativeUnicode
[i] == null) {
221
_negativeUnicode
[i] = newarray;
224
if (
_negativeUnicode
[i][j] == last - beforefirst)
225
_negativeUnicode
[i][j] = last - examine;
320
else if (null !=
_negativeUnicode
&& (null != (unicodeLookup =
_negativeUnicode
[chTest >> 8])))
347
else if (null !=
_negativeUnicode
&& (null != (unicodeLookup =
_negativeUnicode
[chTest >> 8])))
regex\system\text\regularexpressions\RegexCompiler.cs (1)
1221
else if (_bmPrefix != null && _bmPrefix.
_negativeUnicode
== null) {