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