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