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)
109
return
_matches
.Count;
192
if (
_matches
.Count > i)
194
return
_matches
[i];
212
_matches
.Add(match);
215
} while (
_matches
.Count <= i);
269
((ICollection)
_matches
).CopyTo(array, arrayIndex);
286
_matches
.CopyTo(array, arrayIndex);
292
return
_matches
.IndexOf(item);
316
return
_matches
.Contains(item);