System\Text\RegularExpressions\RegexParser.cs (10)
1029return new RegexNode(RegexNodeKind.BackreferenceConditional, _options, capnum);
1043return new RegexNode(RegexNodeKind.BackreferenceConditional, _options, tmpCapnum);
1278IsCaptureSlot(capnum) ? new RegexNode(RegexNodeKind.Backreference, _options, capnum) :
1310return scanOnly ? null : new RegexNode(RegexNodeKind.Backreference, _options, capnum);
1324return new RegexNode(RegexNodeKind.Backreference, _options, capnum);
1344_capnames?[capname] is int tmpCapnum ? new RegexNode(RegexNodeKind.Backreference, _options, tmpCapnum) :
1420return new RegexNode(RegexNodeKind.Backreference, _options, capnum);
1430return new RegexNode(RegexNodeKind.Backreference, _options, capnum);
1442return new RegexNode(RegexNodeKind.Backreference, _options, tmpCapnum);
1480return new RegexNode(RegexNodeKind.Backreference, _options, capnum);