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,
483
RegexNode reduced = child.
Reduce
();
1486
branch = branch.
Reduce
();
3328
newChild = newChild.
Reduce
();
3350
newChild = newChild.
Reduce
();
3362
newChild = newChild.
Reduce
();