3 writes to _index
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\GroupCollection.cs (3)
400
_index
= -1;
412
_index
++;
446
void IEnumerator.Reset() =>
_index
= -1;
7 references to _index
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\GroupCollection.cs (7)
407
if (
_index
>= size)
413
return
_index
< size;
420
if (
_index
< 0 ||
_index
>= _collection.Count)
425
return _collection[
_index
];
433
if ((uint)
_index
>= _collection.Count)
438
Group value = _collection[
_index
];