2 writes to _appPath
System.Web (2)
Management\WebEvents.cs (2)
1882
_appPath
= HttpRuntime.AppDomainAppPathInternal;
1885
_appPath
= null;
1 reference to _appPath
System.Web (1)
Management\WebEvents.cs (1)
1900
public string ApplicationPath { get { return
_appPath
; } }