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