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)
210int size = _rgc.Count; 232if (_curindex < 0 || _curindex >= _rgc.Count) 235return _rgc[_curindex];