1 write to _stringTable
System.Web (1)
UI\ObjectStateFormatter.cs (1)
745_stringTable = new Hashtable(StringComparer.Ordinal);
4 references to _stringTable
System.Web (4)
UI\ObjectStateFormatter.cs (4)
291Debug.Assert(_stringTable.Contains(oldString)); 292_stringTable.Remove(oldString); 295_stringTable[s] = _stringTableCount; 842object id = _stringTable[s];