6 writes to _negate
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (6)
223
_negate
= negate;
231
set {
_negate
= value; }
1732
_negate
= true;
1743
_negate
= true;
1752
_negate
= true;
1794
_negate
= true;
5 references to _negate
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexCharClass.cs (5)
227
public bool CanMerge => !
_negate
&& _subtractor == null;
1622
headerSpan[FlagsIndex] = (char)(
_negate
? 1 : 0);
1718
if (!
_negate
&&
1760
if (!
_negate
&&
1776
if (!
_negate
&&