3 instantiations of Enumerator
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\GroupCollection.cs (3)
126
public IEnumerator GetEnumerator() => new
Enumerator
(this);
128
IEnumerator<Group> IEnumerable<Group>.GetEnumerator() => new
Enumerator
(this);
325
new
Enumerator
(this);