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