2 writes to _virtualPath
System.Web (2)
Hosting\ISAPIApplicationHost.cs (2)
63_virtualPath = VirtualPath.Create(ExtractVPathFromAppId(_appId)); 68_virtualPath = VirtualPath.Create(appIdOrVirtualPath);
4 references to _virtualPath
System.Web (4)
Hosting\ISAPIApplicationHost.cs (4)
69_appId = GetDefaultAppIdFromVPath(_virtualPath.VirtualPathString); 76_physicalPath = serverConfig.MapPath(this, _virtualPath); 99return _virtualPath.VirtualPathString; 119bool hasUncUser = serverConfig.GetUncUser(this, _virtualPath, out username, out password);