3 references to CharInLoopSet
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexNode.cs (3)
2402case RegexNodeKind.One when CharInLoopSet(loopNode, literal.Ch): // e.g. \w+a\s : 'a' is in \w, check \s is disjoint 2411case RegexNodeKind.Multi when CharInLoopSet(loopNode, literal.Str![0]) && !CharInLoopSet(loopNode, literal.Str[1]):