6 writes to _negate
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (6)
223
_negate
= negate;
231
set {
_negate
= value; }
1736
_negate
= true;
1747
_negate
= true;
1756
_negate
= true;
1798
_negate
= true;
5 references to _negate
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexCharClass.cs (5)
227
public bool CanMerge => !
_negate
&& _subtractor == null;
1623
headerSpan[FlagsIndex] = (char)(current.
_negate
? 1 : 0);
1722
if (!
_negate
&&
1764
if (!
_negate
&&
1780
if (!
_negate
&&