6 writes to _negate
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (6)
223
_negate
= negate;
231
set {
_negate
= value; }
1715
_negate
= true;
1726
_negate
= true;
1735
_negate
= true;
1777
_negate
= true;
5 references to _negate
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexCharClass.cs (5)
227
public bool CanMerge => !
_negate
&& _subtractor == null;
1605
headerSpan[FlagsIndex] = (char)(
_negate
? 1 : 0);
1701
if (!
_negate
&&
1743
if (!
_negate
&&
1759
if (!
_negate
&&