10 references to IsCaptureSlot
System (10)
regex\system\text\regularexpressions\RegexParser.cs (10)
725
if (!
IsCaptureSlot
(capnum))
761
if (!
IsCaptureSlot
(uncapnum))
807
if (
IsCaptureSlot
(capnum))
1038
if (
IsCaptureSlot
(capnum))
1053
if (
IsCaptureSlot
(newcapnum) && (_caps == null || (int)_caps[newcapnum] < pos))
1066
if (
IsCaptureSlot
(capnum))
1125
if (
IsCaptureSlot
(newcapnum)) {
1138
if (
IsCaptureSlot
(newcapnum)) {
1151
if (
IsCaptureSlot
(capnum))
1663
while (
IsCaptureSlot
(_autocap))