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; 220int[] matches = _matches[groupnum]; 259_matches[cap] ??= new int[2]; 260int[][] matches = _matches; 295int[][] matches = _matches; 325_matches[cap][matchcount[cap] * 2 - 1] != (-3 + 1); 333int[][] matches = _matches; 344int[][] matches = _matches; 366int[][] matches = _matches; 405int[][] matches = _matches;