3 writes to _index
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\GroupCollection.cs (3)
244
_index
= -1;
256
_index
++;
290
void IEnumerator.Reset() =>
_index
= -1;
7 references to _index
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\GroupCollection.cs (7)
251
if (
_index
>= size)
257
return
_index
< size;
264
if (
_index
< 0 ||
_index
>= _collection.Count)
269
return _collection[
_index
];
277
if ((uint)
_index
>= _collection.Count)
282
Group value = _collection[
_index
];