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)
291
Debug.Assert(
_stringTable
.Contains(oldString));
292
_stringTable
.Remove(oldString);
295
_stringTable
[s] = _stringTableCount;
842
object id =
_stringTable
[s];