1 write to _collection
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\MatchCollection.cs (1)
360_collection = collection;
2 references to _collection
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\MatchCollection.cs (2)
372Match? match = _collection.GetMatch(_index); 392return _collection.GetMatch(_index)!;