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