2 references to IsNegated
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexCharClass.cs (2)
1284
if (CharInClassInternal(ch, set, start, setLength, categoryLength) ==
IsNegated
(set, start))
1455
var level = new RegexCharClass(
IsNegated
(charClass, pos), ranges, categoriesBuilder, subtraction: null);