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)
233
if (
_match
== null) {
246
if (
_match
== null)
248
return
_match
;