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)
307int typeID = _typeTable.Count; 308_typeTable[type] = typeID; 861object id = _typeTable[type];