1 write to _matches
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Match.cs (1)
56
_matches
= new int[capcount][];
11 references to _matches
System.Text.RegularExpressions (11)
System\Text\RegularExpressions\GroupCollection.cs (1)
83
_groups[i] = new Group(_match.Text, _match.
_matches
[i + 1], _match._matchcount[i + 1], groupname);
System\Text\RegularExpressions\Match.cs (10)
57
_matches
[0] = _caps;
136
int[] matches =
_matches
[groupnum];
170
_matches
[cap] ??= new int[2];
171
int[][] matches =
_matches
;
209
int[][] matches =
_matches
;
239
_matches
[cap][matchcount[cap] * 2 - 1] != (-3 + 1);
247
int[][] matches =
_matches
;
258
int[][] matches =
_matches
;
280
int[][] matches =
_matches
;
319
int[][] matches =
_matches
;