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;
253
return
_history
[foundIndex];
267
n =
_history
.Length - 1;
270
SessionViewStateHistoryItem item =
_history
[n];