2 writes to _appConfigPath
System.Web (2)
Configuration\WebConfigurationHost.cs (2)
231
_appConfigPath
= GetConfigPathFromSiteIDAndVPath(_appSiteID, _appPath);
259
_appConfigPath
= GetConfigPathFromSiteIDAndVPath(_appSiteID, _appPath);
3 references to _appConfigPath
System.Web (3)
Configuration\WebConfigurationHost.cs (3)
577
return String.IsNullOrEmpty(
_appConfigPath
) ||
578
(configPath.Length <=
_appConfigPath
.Length) ||
791
_appConfigPath
); // e.g., "machine/webroot/2/approot"