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)
372
Match? match =
_collection
.GetMatch(_index);
392
return
_collection
.GetMatch(_index)!;