2 writes to _curindex
System (2)
regex\system\text\regularexpressions\RegexMatchCollection.cs (2)
231
_curindex
++;
256
_curindex
= 0;
1 reference to _curindex
System (1)
regex\system\text\regularexpressions\RegexMatchCollection.cs (1)
230
_match = _matchcoll.GetMatch(
_curindex
);