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