3 writes to currentVirtualPath
System.ServiceModel.Activation (3)
System\ServiceModel\ServiceHostingEnvironment.cs (3)
969currentVirtualPath = null; 1281currentVirtualPath = virtualPath.Substring(0, virtualPath.LastIndexOf(PathSeparator)); 1284currentVirtualPath = "/";
3 references to currentVirtualPath
System.ServiceModel.Activation (3)
System\ServiceModel\ServiceHostingEnvironment.cs (3)
723return currentVirtualPath; 1282if (currentVirtualPath.Length == 0) 1291xamlFileBaseLocation = VirtualPathUtility.AppendTrailingSlash(currentVirtualPath);