1 write to _typeList
System.Web (1)
UI\ObjectStateFormatter.cs (1)
724
_typeList
= new ArrayList();
2 references to _typeList
System.Web (2)
UI\ObjectStateFormatter.cs (2)
270
_typeList
.Add(type);
458
return (Type)
_typeList
[typeID];