2 writes to _cachedFormQueryString
System.Web.Mobile (2)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
183
_cachedFormQueryString
= null;
914
_cachedFormQueryString
= queryString;
2 references to _cachedFormQueryString
System.Web.Mobile (2)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
890
if (
_cachedFormQueryString
!= null)
892
return
_cachedFormQueryString
;