2 references to PreRenderRecursiveInternalAsync
System.Web (2)
UI\Control.cs (1)
2393await _controls[i].PreRenderRecursiveInternalAsync(page);
UI\Page.cs (1)
5130await PreRenderRecursiveInternalAsync(this).WithinCancellableCallback(con);