3 writes to _state
System.Web.Mobile (3)
UI\MobileControls\SessionViewState.cs (3)
62_state = value; 85_state = null; 105_state = historyItem.ViewState;
2 references to _state
System.Web.Mobile (2)
UI\MobileControls\SessionViewState.cs (2)
58return _state; 100historyItem.ViewState = _state;