1 write to _matches
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Match.cs (1)
63
_matches
= new int[capcount][];
11 references to _matches
System.Text.RegularExpressions (11)
System\Text\RegularExpressions\GroupCollection.cs (1)
164
_groups[i] = new Group(_match.Text, _match.
_matches
[i + 1], _match._matchcount[i + 1], groupname);
System\Text\RegularExpressions\Match.cs (10)
64
_matches
[0] = _caps;
220
int[] matches =
_matches
[groupnum];
259
_matches
[cap] ??= new int[2];
260
int[][] matches =
_matches
;
295
int[][] matches =
_matches
;
325
_matches
[cap][matchcount[cap] * 2 - 1] != (-3 + 1);
333
int[][] matches =
_matches
;
344
int[][] matches =
_matches
;
366
int[][] matches =
_matches
;
405
int[][] matches =
_matches
;