2 references to Capture
System (2)
regex\system\text\regularexpressions\RegexCaptureCollection.cs (1)
150
_captures[j] = new
Capture
(_group._text, _group._caps[j * 2], _group._caps[j * 2 + 1]);
regex\system\text\regularexpressions\RegexGroup.cs (1)
38
:
base
(text, capcount == 0 ? 0 : caps[(capcount - 1) * 2],