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); 304methods = _theApplicationType.GetMethods(BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static); 311Type baseType = _theApplicationType.BaseType; 358app = (HttpApplication)HttpRuntime.CreateNonPublicInstance(_theApplicationType); 407app = (HttpApplication)HttpRuntime.CreateNonPublicInstance(_theApplicationType);