3 references to Enumerator
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\GroupCollection.cs (3)
45
public IEnumerator GetEnumerator() => new
Enumerator
(this);
47
IEnumerator<Group> IEnumerable<Group>.GetEnumerator() => new
Enumerator
(this);
195
new
Enumerator
(this);