1 write to _history
System.Web.Mobile (1)
UI\MobileControls\SessionViewState.cs (1)
199_history = new SessionViewStateHistoryItem[_historySize];
4 references to _history
System.Web.Mobile (4)
UI\MobileControls\SessionViewState.cs (4)
207_history[_currentHistoryIndex] = item; 253return _history[foundIndex]; 267n = _history.Length - 1; 270SessionViewStateHistoryItem item = _history[n];