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; 136int[] matches = _matches[groupnum]; 170_matches[cap] ??= new int[2]; 171int[][] matches = _matches; 209int[][] matches = _matches; 239_matches[cap][matchcount[cap] * 2 - 1] != (-3 + 1); 247int[][] matches = _matches; 258int[][] matches = _matches; 280int[][] matches = _matches; 319int[][] matches = _matches;