6 references to Reduce
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexNode.cs (6)
460/// Walks the tree bottom-up and re-calls <see cref="Reduce"/> on each child node, 483RegexNode reduced = child.Reduce(); 1486branch = branch.Reduce(); 3328newChild = newChild.Reduce(); 3350newChild = newChild.Reduce(); 3362newChild = newChild.Reduce();