System\Text\RegularExpressions\RegexParser.cs (10)
1029return new RegexNode(RegexNodeKind.BackreferenceConditional, _options, capnum);
1043return new RegexNode(RegexNodeKind.BackreferenceConditional, _options, tmpCapnum);
1277IsCaptureSlot(capnum) ? new RegexNode(RegexNodeKind.Backreference, _options, capnum) :
1309return scanOnly ? null : new RegexNode(RegexNodeKind.Backreference, _options, capnum);
1323return new RegexNode(RegexNodeKind.Backreference, _options, capnum);
1343_capnames?[capname] is int tmpCapnum ? new RegexNode(RegexNodeKind.Backreference, _options, tmpCapnum) :
1419return new RegexNode(RegexNodeKind.Backreference, _options, capnum);
1429return new RegexNode(RegexNodeKind.Backreference, _options, capnum);
1441return new RegexNode(RegexNodeKind.Backreference, _options, tmpCapnum);
1479return new RegexNode(RegexNodeKind.Backreference, _options, capnum);