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