10 references to IsCaptureSlot
System.Text.RegularExpressions (10)
System\Text\RegularExpressions\RegexParser.cs (10)
896if (!IsCaptureSlot(capnum)) 948if (!IsCaptureSlot(uncapnum)) 1004if (IsCaptureSlot(capnum)) 1250IsCaptureSlot(capnum) ? new RegexNode(RegexNodeKind.Backreference, _options, capnum) : 1266if (IsCaptureSlot(newcapnum) && (_caps == null || (int)_caps[newcapnum]! < pos)) 1294if (IsCaptureSlot(capnum)) 1366if (IsCaptureSlot(newcapnum)) 1383if (IsCaptureSlot(newcapnum)) 1400if (IsCaptureSlot(capnum)) 1876while (IsCaptureSlot(_autocap))