1 write to _matchcount
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Match.cs (1)
55
_matchcount
= new int[capcount];
17 references to _matchcount
System.Text.RegularExpressions (17)
System\Text\RegularExpressions\GroupCollection.cs (4)
36
public int Count => _match.
_matchcount
.Length;
58
else if ((uint)groupnum < _match.
_matchcount
.Length)
79
_groups = new Group[_match.
_matchcount
.Length - 1];
83
_groups[i] = new Group(_match.Text, _match._matches[i + 1], _match.
_matchcount
[i + 1], groupname);
System\Text\RegularExpressions\Match.cs (13)
71
int[] matchcount =
_matchcount
;
89
internal bool FoundMatch =>
_matchcount
[0] > 0;
130
int c =
_matchcount
[groupnum];
141
GroupToStringImpl(
_matchcount
.Length - 1);
154
int numgroups = inner.
_matchcount
.Length;
173
int[] matchcount =
_matchcount
;
204
int capcount =
_matchcount
[cap];
230
internal void RemoveMatch(int cap) =>
_matchcount
[cap]--;
235
int[] matchcount =
_matchcount
;
249
int i = matches[cap][
_matchcount
[cap] * 2 - 2];
260
int i = matches[cap][
_matchcount
[cap] * 2 - 1];
269
int[] matchcount =
_matchcount
;
318
int[] matchcount =
_matchcount
;