1 write to _matches
System (1)
regex\system\text\regularexpressions\RegexMatchCollection.cs (1)
62_matches = new ArrayList();
7 references to _matches
System (7)
regex\system\text\regularexpressions\RegexMatchCollection.cs (7)
71if (_matches.Count > i) 72return (Match)_matches[i]; 87_matches.Add(match); 92} while (_matches.Count <= i); 105return _matches.Count; 109return _matches.Count; 180_matches.CopyTo(array, arrayIndex);