6 writes to _negate
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (6)
356
_negate
= negate;
364
set {
_negate
= value; }
1883
_negate
= true;
1894
_negate
= true;
1903
_negate
= true;
1945
_negate
= true;
5 references to _negate
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexCharClass.cs (5)
360
public bool CanMerge => !
_negate
&& _subtractor == null;
1773
headerSpan[FlagsIndex] = (char)(
_negate
? 1 : 0);
1869
if (!
_negate
&&
1911
if (!
_negate
&&
1927
if (!
_negate
&&