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