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)
206if (_negativeUnicode == null) { 210if (_negativeUnicode[i] == null) { 221_negativeUnicode[i] = newarray; 224if (_negativeUnicode[i][j] == last - beforefirst) 225_negativeUnicode[i][j] = last - examine; 320else if (null != _negativeUnicode && (null != (unicodeLookup = _negativeUnicode[chTest >> 8]))) 347else if (null != _negativeUnicode && (null != (unicodeLookup = _negativeUnicode[chTest >> 8])))
regex\system\text\regularexpressions\RegexCompiler.cs (1)
1221else if (_bmPrefix != null && _bmPrefix._negativeUnicode == null) {