3 writes to _stateItem
System.Web (3)
State\StateRuntime.cs (3)
237_stateItem = stateItem; 596contentCurrent._stateItem = stateItem; 709content._stateItem = IntPtr.Zero;
2 references to _stateItem
System.Web (2)
State\StateRuntime.cs (2)
592IntPtr stateItemOld = contentCurrent._stateItem; 707stateItem = content._stateItem;