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)
577return String.IsNullOrEmpty(_appConfigPath) || 578(configPath.Length <= _appConfigPath.Length) || 791_appConfigPath); // e.g., "machine/webroot/2/approot"