2 writes to _stringList
System.Web (2)
UI\ObjectStateFormatter.cs (2)
730_stringList = new string[Byte.MaxValue]; 744_stringList = new string[Byte.MaxValue];
5 references to _stringList
System.Web (5)
UI\ObjectStateFormatter.cs (5)
258_stringList[_stringTableCount] = s; 287string oldString = _stringList[_stringTableCount]; 296_stringList[_stringTableCount] = s; 430Debug.Assert(_stringList[tableIndex] != null); 431return new IndexedString(_stringList[tableIndex]);