2 writes to _physicalPath
System.Web (2)
Hosting\MapPathBasedVirtualPathProvider.cs (2)
158_physicalPath = physicalPath; 167_physicalPath = HostingEnvironment.MapPathInternal(VirtualPath);
5 references to _physicalPath
System.Web (5)
Hosting\MapPathBasedVirtualPathProvider.cs (5)
165if (_physicalPath == null) { 168FindFileData.FindFile(_physicalPath, out _ffd); 187TimeStampChecker.AddFile(VirtualPath, _physicalPath); 189return new FileStream(_physicalPath, FileMode.Open, FileAccess.Read, FileShare.Read); 195return _physicalPath;