3 implementations of GetAppPathForPath
System.Web (3)
Configuration\ExpressServerConfig.cs (1)
341VirtualPath IConfigMapPath2.GetAppPathForPath(string siteID, VirtualPath path) {
Configuration\MetabaseServerConfig.cs (1)
186VirtualPath IConfigMapPath2.GetAppPathForPath(string siteID, VirtualPath vpath) {
Configuration\ProcessHostMapPath.cs (1)
183VirtualPath IConfigMapPath2.GetAppPathForPath(string siteID, VirtualPath path) {
1 reference to GetAppPathForPath
System.Web (1)
Configuration\WebConfigurationHost.cs (1)
819appPath = _configMapPath2.GetAppPathForPath(siteID, vpath);