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