2 writes to _currentHistoryID
System.Web.Mobile (2)
UI\MobileControls\SessionViewState.cs (2)
205_currentHistoryID++; 251_currentHistoryID = historyID + 1;
3 references to _currentHistoryID
System.Web.Mobile (3)
UI\MobileControls\SessionViewState.cs (3)
204Pair id = new Pair(_sessionUniqueID, _currentHistoryID); 215item.Id = _currentHistoryID.ToString(CultureInfo.InvariantCulture); 232int distance = _currentHistoryID - historyID;