10 references to IsCaptureSlot
System.Text.RegularExpressions (10)
System\Text\RegularExpressions\RegexParser.cs (10)
849if (!IsCaptureSlot(capnum)) 901if (!IsCaptureSlot(uncapnum)) 957if (IsCaptureSlot(capnum)) 1203IsCaptureSlot(capnum) ? new RegexNode(RegexNodeKind.Backreference, _options, capnum) : 1219if (IsCaptureSlot(newcapnum) && (_caps == null || (int)_caps[newcapnum]! < pos)) 1247if (IsCaptureSlot(capnum)) 1319if (IsCaptureSlot(newcapnum)) 1336if (IsCaptureSlot(newcapnum)) 1353if (IsCaptureSlot(capnum)) 1829while (IsCaptureSlot(_autocap))