2 writes to _match
System (2)
regex\system\text\regularexpressions\RegexMatchCollection.cs (2)
230_match = _matchcoll.GetMatch(_curindex); 258_match = null;
3 references to _match
System (3)
regex\system\text\regularexpressions\RegexMatchCollection.cs (3)
233if (_match == null) { 246if (_match == null) 248return _match;