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;
287
string oldString =
_stringList
[_stringTableCount];
296
_stringList
[_stringTableCount] = s;
430
Debug.Assert(
_stringList
[tableIndex] != null);
431
return new IndexedString(
_stringList
[tableIndex]);