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)
71
if (
_matches
.Count > i)
72
return (Match)
_matches
[i];
87
_matches
.Add(match);
92
} while (
_matches
.Count <= i);
105
return
_matches
.Count;
109
return
_matches
.Count;
180
_matches
.CopyTo(array, arrayIndex);