1 write to siteAboPath
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\MetabaseSettings.cs (1)
518siteAboPath = applicationID.Substring(IISConstants.LMSegment.Length, index - IISConstants.LMSegment.Length);
5 references to siteAboPath
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\MetabaseSettings.cs (5)
522appAboPath = string.Concat(siteAboPath, IISConstants.RootSegment, HostingEnvironmentWrapper.ApplicationVirtualPath); 530appAboPath = string.Concat(siteAboPath, IISConstants.RootSegment); 540object propertyValue = reader.GetData(siteAboPath, MetabasePropertyType.ServerBindings); 551propertyValue = reader.GetData(siteAboPath, MetabasePropertyType.SecureBindings); 582while (foundCount < 4 && endAboPath.Length >= siteAboPath.Length)