2 writes to _done
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\MatchCollection.cs (2)
37
_done
= false;
95
_done
= true;
2 references to _done
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\MatchCollection.cs (2)
84
if (
_done
)
109
if (!
_done
)