1 write to _adRotatorHelper
System.Web (1)
UI\WebControls\AdPostCacheSubstitution.cs (1)
24_adRotatorHelper = new AdRotator();
7 references to _adRotatorHelper
System.Web (7)
UI\WebControls\AdPostCacheSubstitution.cs (7)
25_adRotatorHelper.CopyFrom(adRotator); 26_adRotatorHelper.IsPostCacheAdHelper = true; 27_adRotatorHelper.Page = new Page(); 43Debug.Assert(_adRotatorHelper != null && _adRotatorHelper.Page != null); 47HtmlTextWriter htmlWriter = _adRotatorHelper.Page.CreateHtmlTextWriter(stringWriter); 49_adRotatorHelper.RenderControl(htmlWriter);