4 writes to _index
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\MatchCollection.cs (4)
361_index = -1; 371_index++; 376_index = -2; 398void IEnumerator.Reset() => _index = -1;
4 references to _index
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\MatchCollection.cs (4)
366if (_index == -2) 372Match? match = _collection.GetMatch(_index); 387if (_index < 0) 392return _collection.GetMatch(_index)!;