2 writes to _sessionKey
System.Web.Mobile (2)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (2)
547_sessionKey = XhtmlConstants.SessionKeyPrefix + styleText.GetHashCode ().ToString (CultureInfo.InvariantCulture); 553_sessionKey += "x";
4 references to _sessionKey
System.Web.Mobile (4)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (4)
131return _sessionKey; 550while (session [_sessionKey] != null && 551(session [_sessionKey].GetType () != typeof (String) || 552styleText != (String) session [_sessionKey])) {