2 writes to _done
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\MatchCollection.cs (2)
78
_done
= false;
208
_done
= true;
2 references to _done
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\MatchCollection.cs (2)
197
if (
_done
)
222
if (!
_done
)