4 references to GetMatch
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\MatchCollection.cs (4)
62
if (i < 0 || (match =
GetMatch
(i)) is null)
111
GetMatch
(int.MaxValue);
214
Match? match = _collection.
GetMatch
(_index);
234
return _collection.
GetMatch
(_index)!;