2 references to MgdGetAppPathForPath
System.Web (2)
Configuration\NativeConfig.cs (1)
108return UnsafeIISMethods.MgdGetAppPathForPath(_nativeConfig, siteId, virtualPath, out bstrPath, out cchPath);
Configuration\ProcessHostMapPath.cs (1)
199int result = UnsafeIISMethods.MgdGetAppPathForPath(IntPtr.Zero, siteValue, path.VirtualPathString, out pBstr, out cBstr);