5 references to CaptureSlotFromName
System (5)
regex\system\text\regularexpressions\RegexParser.cs (5)
738capnum = CaptureSlotFromName(capname); 772uncapnum = CaptureSlotFromName(uncapname); 820return new RegexNode(RegexNode.Testref, _options, CaptureSlotFromName(capname)); 1078return new RegexNode(RegexNode.Ref, _options, CaptureSlotFromName(capname)); 1161return new RegexNode(RegexNode.Ref, _options, CaptureSlotFromName(capname));