2 writes to _matchlist
System.Web (2)
Configuration\CapabilitiesState.cs (2)
37
_matchlist
= new ArrayList();
53
_matchlist
= new ArrayList();
8 references to _matchlist
System.Web (8)
Configuration\CapabilitiesState.cs (8)
51
if (
_matchlist
== null) {
57
_matchlist
.Clear();
63
_matchlist
.Add(match);
68
_matchlist
.RemoveAt(
_matchlist
.Count - 1);
72
if (
_matchlist
== null)
75
int i =
_matchlist
.Count;
82
Group group = ((Match)
_matchlist
[i]).Groups[groupnum];