5 references to AboPathDelimiter
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\MetabaseSettings.cs (5)
517int index = applicationID.IndexOf(IISConstants.AboPathDelimiter, ServiceHostingEnvironment.ISAPIApplicationIdPrefix.Length); 526if (HostingEnvironmentWrapper.ApplicationVirtualPath.Length != 1 || HostingEnvironmentWrapper.ApplicationVirtualPath[0] != IISConstants.AboPathDelimiter) 622int index = endAboPath.LastIndexOf(IISConstants.AboPathDelimiter); 647int index = endAboPath.IndexOf(IISConstants.AboPathDelimiter, appAboPath.Length + 1); 678int index = endAboPath.LastIndexOf(IISConstants.AboPathDelimiter);