1 write to _theApplicationType
System.Web (1)
HttpApplicationFactory.cs (1)
195
_theApplicationType
= BuildManager.GetGlobalAsaxType();
5 references to _theApplicationType
System.Web (5)
HttpApplicationFactory.cs (5)
233
_theApplicationType
.Assembly);
304
methods =
_theApplicationType
.GetMethods(BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static);
311
Type baseType =
_theApplicationType
.BaseType;
358
app = (HttpApplication)HttpRuntime.CreateNonPublicInstance(
_theApplicationType
);
407
app = (HttpApplication)HttpRuntime.CreateNonPublicInstance(
_theApplicationType
);