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