6 references to GetSiteNameFromId
System.Web (6)
Configuration\ExpressServerConfig.cs (6)
66name = _nativeConfig.GetSiteNameFromId(ProcessHostConfigUtils.DEFAULT_SITE_ID_UINT); 90return _nativeConfig.GetSiteNameFromId(siteIDValue); 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);