6 writes to _negate
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (6)
226
_negate
= negate;
234
set {
_negate
= value; }
1756
_negate
= true;
1767
_negate
= true;
1776
_negate
= true;
1818
_negate
= true;
5 references to _negate
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexCharClass.cs (5)
230
public bool CanMerge => !
_negate
&& _subtractor == null;
1643
headerSpan[FlagsIndex] = (char)(current.
_negate
? 1 : 0);
1742
if (!
_negate
&&
1784
if (!
_negate
&&
1800
if (!
_negate
&&