2 instantiations of LegacyPageAsyncInfo
System.Web (2)
UI\Page.cs (2)
6074
_legacyAsyncInfo = new
LegacyPageAsyncInfo
(this);
6159
_legacyAsyncInfo = new
LegacyPageAsyncInfo
(this);
1 reference to LegacyPageAsyncInfo
System.Web (1)
UI\Page.cs (1)
252
private
LegacyPageAsyncInfo
_legacyAsyncInfo;