1 write to _collection
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\CaptureCollection.cs (1)
189
_collection
= collection;
3 references to _collection
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\CaptureCollection.cs (3)
195
int size =
_collection
.Count;
211
if (_index < 0 || _index >=
_collection
.Count)
216
return
_collection
[_index];