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)
204
Pair id = new Pair(_sessionUniqueID,
_currentHistoryID
);
215
item.Id =
_currentHistoryID
.ToString(CultureInfo.InvariantCulture);
232
int distance =
_currentHistoryID
- historyID;