6 writes to _negate
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (6)
353
_negate
= negate;
361
set {
_negate
= value; }
1747
_negate
= true;
1758
_negate
= true;
1767
_negate
= true;
1809
_negate
= true;
5 references to _negate
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexCharClass.cs (5)
357
public bool CanMerge => !
_negate
&& _subtractor == null;
1637
headerSpan[FlagsIndex] = (char)(
_negate
? 1 : 0);
1733
if (!
_negate
&&
1775
if (!
_negate
&&
1791
if (!
_negate
&&