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