2 writes to _done
System (2)
regex\system\text\regularexpressions\RegexMatchCollection.cs (2)
64
_done
= false;
83
_done
= true;
2 references to _done
System (2)
regex\system\text\regularexpressions\RegexMatchCollection.cs (2)
74
if (
_done
)
104
if (
_done
)