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)
165
if (
_physicalPath
== null) {
168
FindFileData.FindFile(
_physicalPath
, out _ffd);
187
TimeStampChecker.AddFile(VirtualPath,
_physicalPath
);
189
return new FileStream(
_physicalPath
, FileMode.Open, FileAccess.Read, FileShare.Read);
195
return
_physicalPath
;