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