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