2 writes to appAboPath
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\MetabaseSettings.cs (2)
522appAboPath = string.Concat(siteAboPath, IISConstants.RootSegment, HostingEnvironmentWrapper.ApplicationVirtualPath); 530appAboPath = string.Concat(siteAboPath, IISConstants.RootSegment);
3 references to appAboPath
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\MetabaseSettings.cs (3)
580string endAboPath = appAboPath; 646string endAboPath = appAboPath + relativeVirtualPath.Substring(1); 647int index = endAboPath.IndexOf(IISConstants.AboPathDelimiter, appAboPath.Length + 1);