4 references to GetMatch
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\MatchCollection.cs (4)
147
if (i < 0 || (match =
GetMatch
(i)) is null)
224
GetMatch
(int.MaxValue);
372
Match? match = _collection.
GetMatch
(_index);
392
return _collection.
GetMatch
(_index)!;