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)
86
return
_cacheKey
;
531
while (cache [
_cacheKey
] != null &&
532
(cache [
_cacheKey
].GetType () != typeof (String) ||
533
styleText != (String) cache [
_cacheKey
])) {