1 write to _rgc
System (1)
regex\system\text\regularexpressions\RegexGroupCollection.cs (1)
203
_rgc
= rgc;
3 references to _rgc
System (3)
regex\system\text\regularexpressions\RegexGroupCollection.cs (3)
210
int size =
_rgc
.Count;
232
if (_curindex < 0 || _curindex >=
_rgc
.Count)
235
return
_rgc
[_curindex];