3 references to PathSeparator
System.ServiceModel.Activation (3)
System\ServiceModel\ServiceHostingEnvironment.cs (3)
556
pos = processedVirtualPath.IndexOf(
PathSeparator
, pos + 1);
1229
string pathSegment = normalizedVirtualPath.Substring(0, normalizedVirtualPath.LastIndexOf(
PathSeparator
) + 1);
1281
currentVirtualPath = virtualPath.Substring(0, virtualPath.LastIndexOf(
PathSeparator
));