regex\system\text\regularexpressions\RegexFCD.cs (12)
380PushFC(new RegexFC(true));
431PushFC(new RegexFC(true));
440PushFC(new RegexFC(node._ch, NodeType == RegexNode.Notone, false, ci));
445PushFC(new RegexFC(node._ch, false, node._m == 0, ci));
450PushFC(new RegexFC(node._ch, true, node._m == 0, ci));
455PushFC(new RegexFC(true));
457PushFC(new RegexFC(node._str[0], false, false, ci));
459PushFC(new RegexFC(node._str[node._str.Length - 1], false, false, ci));
463PushFC(new RegexFC(node._str, false, ci));
468PushFC(new RegexFC(node._str, node._m == 0, ci));
472PushFC(new RegexFC(RegexCharClass.AnyClass, true, false));
486PushFC(new RegexFC(true));