2 writes to _theAppManager
System.Web (2)
Hosting\ApplicationManager.cs (2)
180
_theAppManager
= HostingEnvironment.GetApplicationManager();
183
_theAppManager
= new ApplicationManager();
4 references to _theAppManager
System.Web (4)
Hosting\ApplicationManager.cs (4)
176
if (
_theAppManager
== null) {
178
if (
_theAppManager
== null) {
182
if (
_theAppManager
== null)
188
return
_theAppManager
;