1 write to _typeTable
System.Web (1)
UI\ObjectStateFormatter.cs (1)
738
_typeTable
= new HybridDictionary();
3 references to _typeTable
System.Web (3)
UI\ObjectStateFormatter.cs (3)
307
int typeID =
_typeTable
.Count;
308
_typeTable
[type] = typeID;
861
object id =
_typeTable
[type];