11 references to GetSiteIDAndVPathFromConfigPath
System.Web (11)
CachedPathData.cs (2)
178WebConfigurationHost.GetSiteIDAndVPathFromConfigPath(configPath, out pathSiteID, out virtualFilePath); 240WebConfigurationHost.GetSiteIDAndVPathFromConfigPath(configPath, out siteID, out virtualPath);
Configuration\RemoteWebConfigurationHost.cs (1)
165WebConfigurationHost.GetSiteIDAndVPathFromConfigPath(configPathTemp, out dummy, out vPath);
Configuration\RemoteWebConfigurationHostServer.cs (1)
182WebConfigurationHost.GetSiteIDAndVPathFromConfigPath(configPath, out dummySiteID, out virtualPath);
Configuration\WebConfigurationHost.cs (7)
140GetSiteIDAndVPathFromConfigPath(locationConfigPath, out locationSite, out locationVPath); 269GetSiteIDAndVPathFromConfigPath(configPath, out finalSiteID, out finalPath); 345WebConfigurationHost.GetSiteIDAndVPathFromConfigPath(configPath, out siteID, out virtualPath); 420GetSiteIDAndVPathFromConfigPath(configPath, out siteID, out path); 453GetSiteIDAndVPathFromConfigPath(configPath, out siteID, out path); 626GetSiteIDAndVPathFromConfigPath(configPath, out siteID, out path); 815GetSiteIDAndVPathFromConfigPath(configPath, out siteID, out vpath);