1 write to _matchcount
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Match.cs (1)
62
_matchcount
= new int[capcount];
17 references to _matchcount
System.Text.RegularExpressions (17)
System\Text\RegularExpressions\GroupCollection.cs (4)
67
public int Count => _match.
_matchcount
.Length;
139
else if ((uint)groupnum < _match.
_matchcount
.Length)
160
_groups = new Group[_match.
_matchcount
.Length - 1];
164
_groups[i] = new Group(_match.Text, _match._matches[i + 1], _match.
_matchcount
[i + 1], groupname);
System\Text\RegularExpressions\Match.cs (13)
83
int[] matchcount =
_matchcount
;
101
internal bool FoundMatch =>
_matchcount
[0] > 0;
214
int c =
_matchcount
[groupnum];
225
GroupToStringImpl(
_matchcount
.Length - 1);
243
int numgroups = inner.
_matchcount
.Length;
262
int[] matchcount =
_matchcount
;
290
int capcount =
_matchcount
[cap];
316
internal void RemoveMatch(int cap) =>
_matchcount
[cap]--;
321
int[] matchcount =
_matchcount
;
335
int i = matches[cap][
_matchcount
[cap] * 2 - 2];
346
int i = matches[cap][
_matchcount
[cap] * 2 - 1];
355
int[] matchcount =
_matchcount
;
404
int[] matchcount =
_matchcount
;