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)
50
return
_matches
.Count;
79
if (
_matches
.Count > i)
81
return
_matches
[i];
99
_matches
.Add(match);
102
} while (
_matches
.Count <= i);
122
((ICollection)
_matches
).CopyTo(array, arrayIndex);
128
_matches
.CopyTo(array, arrayIndex);
134
return
_matches
.IndexOf(item);
158
return
_matches
.Contains(item);