2 writes to _cacheKey
System.Web.Mobile (2)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (2)
528_cacheKey = styleText.GetHashCode ().ToString (CultureInfo.InvariantCulture); 534_cacheKey += "x";
4 references to _cacheKey
System.Web.Mobile (4)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (4)
86return _cacheKey; 531while (cache [_cacheKey] != null && 532(cache [_cacheKey].GetType () != typeof (String) || 533styleText != (String) cache [_cacheKey])) {