2 instantiations of Enumerator
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\MatchCollection.cs (2)
184
public IEnumerator GetEnumerator() => new
Enumerator
(this);
186
IEnumerator<Match> IEnumerable<Match>.GetEnumerator() => new
Enumerator
(this);