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