6 writes to _negate
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (6)
356
_negate
= negate;
364
set {
_negate
= value; }
1865
_negate
= true;
1876
_negate
= true;
1885
_negate
= true;
1927
_negate
= true;
5 references to _negate
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexCharClass.cs (5)
360
public bool CanMerge => !
_negate
&& _subtractor == null;
1755
headerSpan[FlagsIndex] = (char)(
_negate
? 1 : 0);
1851
if (!
_negate
&&
1893
if (!
_negate
&&
1909
if (!
_negate
&&