1 write to _matches
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\MatchCollection.cs (1)
77_matches = new List<Match>();
9 references to _matches
System.Text.RegularExpressions (9)
System\Text\RegularExpressions\MatchCollection.cs (9)
109return _matches.Count; 192if (_matches.Count > i) 194return _matches[i]; 212_matches.Add(match); 215} while (_matches.Count <= i); 269((ICollection)_matches).CopyTo(array, arrayIndex); 286_matches.CopyTo(array, arrayIndex); 292return _matches.IndexOf(item); 316return _matches.Contains(item);