1 write to _matches
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\MatchCollection.cs (1)
36_matches = new List<Match>();
9 references to _matches
System.Text.RegularExpressions (9)
System\Text\RegularExpressions\MatchCollection.cs (9)
50return _matches.Count; 79if (_matches.Count > i) 81return _matches[i]; 99_matches.Add(match); 102} while (_matches.Count <= i); 122((ICollection)_matches).CopyTo(array, arrayIndex); 128_matches.CopyTo(array, arrayIndex); 134return _matches.IndexOf(item); 158return _matches.Contains(item);