6 writes to _negate
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (6)
353
_negate
= negate;
361
set {
_negate
= value; }
1766
_negate
= true;
1777
_negate
= true;
1786
_negate
= true;
1828
_negate
= true;
5 references to _negate
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexCharClass.cs (5)
357
public bool CanMerge => !
_negate
&& _subtractor == null;
1656
headerSpan[FlagsIndex] = (char)(
_negate
? 1 : 0);
1752
if (!
_negate
&&
1794
if (!
_negate
&&
1810
if (!
_negate
&&