1 write to _historySize
System.Web.Mobile (1)
UI\MobileControls\SessionViewState.cs (1)
192_historySize = ControlsConfig.GetFromContext(context).SessionStateHistorySize;
7 references to _historySize
System.Web.Mobile (7)
UI\MobileControls\SessionViewState.cs (7)
193if (_historySize < 1) 199_history = new SessionViewStateHistoryItem[_historySize]; 208_currentHistoryIndex = (_currentHistoryIndex + 1) % _historySize; 209if (_historyUsed < _historySize) 247int foundIndex = (_currentHistoryIndex + _historySize - distance) % 248_historySize; 250_currentHistoryIndex = (foundIndex + 1) % _historySize;