2 writes to _nativeConfig
System.Web (2)
Configuration\NativeConfig.cs (2)
27
hresult = UnsafeIISMethods.MgdCreateNativeConfigSystem(out
_nativeConfig
);
48
IntPtr pConfigSystem = Interlocked.Exchange(ref
_nativeConfig
, IntPtr.Zero);
8 references to _nativeConfig
System.Web (8)
Configuration\NativeConfig.cs (8)
47
if (
_nativeConfig
!= IntPtr.Zero) {
61
int result = UnsafeIISMethods.MgdGetSiteNameFromId(
_nativeConfig
, siteID, out pBstr, out cBstr);
77
int result = UnsafeIISMethods.MgdMapPathDirect(
_nativeConfig
, siteName, path.VirtualPathString, out pBstr, out cBstr);
92
return UnsafeIISMethods.MgdGetAppCollection(
_nativeConfig
, siteName, virtualPath, out pBstr, out cBstr, out pAppCollection, out count);
96
return UnsafeIISMethods.MgdIsWithinApp(
_nativeConfig
, siteName, appPath, virtualPath);
100
return UnsafeIISMethods.MgdGetVrPathCreds(
_nativeConfig
, siteName, virtualPath, out bstrUserName, out cchUserName, out bstrPassword, out cchPassword);
104
return UnsafeIISMethods.MgdResolveSiteName(
_nativeConfig
, siteName);
108
return UnsafeIISMethods.MgdGetAppPathForPath(
_nativeConfig
, siteId, virtualPath, out bstrPath, out cchPath);