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