4 writes to _index
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\MatchCollection.cs (4)
203_index = -1; 213_index++; 218_index = -2; 240void IEnumerator.Reset() => _index = -1;
4 references to _index
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\MatchCollection.cs (4)
208if (_index == -2) 214Match? match = _collection.GetMatch(_index); 229if (_index < 0) 234return _collection.GetMatch(_index)!;