2 writes to _nativeConfig
System.Web (2)
Configuration\ExpressServerConfig.cs (2)
57_nativeConfig = new NativeConfig(version); 76_nativeConfig = null;
14 references to _nativeConfig
System.Web (14)
Configuration\ExpressServerConfig.cs (14)
66name = _nativeConfig.GetSiteNameFromId(ProcessHostConfigUtils.DEFAULT_SITE_ID_UINT); 75NativeConfig nativeConfig = _nativeConfig; 90return _nativeConfig.GetSiteNameFromId(siteIDValue); 96string physicalPath = _nativeConfig.MapPathDirect(siteName, path); 120int result = _nativeConfig.MgdGetAppCollection(CurrentAppSiteName, vpath, out pBstr, out cBstr, out pAppCollection, out count); 189return _nativeConfig.MgdIsWithinApp(CurrentAppSiteName, HttpRuntime.AppDomainAppVirtualPathString, virtualPath); 203int result = _nativeConfig.MgdGetVrPathCreds( appHost.GetSiteName(), 276siteName = _nativeConfig.GetSiteNameFromId(ProcessHostConfigUtils.DEFAULT_SITE_ID_UINT); 282StringUtil.EqualsIgnoreCase(siteArgument, _nativeConfig.GetSiteNameFromId(ProcessHostConfigUtils.DEFAULT_SITE_ID_UINT))) { 284siteName = _nativeConfig.GetSiteNameFromId(ProcessHostConfigUtils.DEFAULT_SITE_ID_UINT); 296resolvedName = _nativeConfig.GetSiteNameFromId(id); 301uint id = _nativeConfig.MgdResolveSiteName(siteArgument); 355int result = _nativeConfig.MgdGetAppPathForPath(siteValue, path.VirtualPathString, out pBstr, out cBstr); 369string physicalPath = _nativeConfig.MapPathDirect(((IServerConfig)this).GetSiteNameFromSiteID(siteID), path);