2 writes to _ffd
System.Web (2)
Hosting\MapPathBasedVirtualPathProvider.cs (2)
159
_ffd
= ffd;
168
FindFileData.FindFile(_physicalPath, out
_ffd
);
3 references to _ffd
System.Web (3)
Hosting\MapPathBasedVirtualPathProvider.cs (3)
166
Debug.Assert(
_ffd
== null);
177
if (
_ffd
== null)
180
return
_ffd
.FileNameLong;